Can I have a prototype specifically for regexps?
I don't see it in the docs, and what this means that when I want to
pass a regexp to a function - I MUST use qr// and can't just use /.../
when writing the regexp as a parameter.

Like

Given / ... /   -- does not work
- but -
Given qr/ ... /   -- does work
_______________________________________________
Perl mailing list
[email protected]
http://perl.org.il/mailman/listinfo/perl

Reply via email to