[Israel.pm] Fwd: [Telux] Next Meeting: "High-Level Programming Concepts Using Perl 6" on 22-March
Evgeny
evgeny.zislis at gmail.com
Sat Mar 14 14:52:00 PDT 2009
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
More information about the Perl
mailing list