in reply to Re: using a regex to determine if a string is the start of the FILE
in thread using a regex to determine if a string is the start of the FILE
my $rx = qr/$_/;
and I can't change that either. I do believe there is a way to put modifiers into a regex tho, I'll have a poke around in perlretut
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: using a regex to determine if a string is the start of the FILE
by moritz (Cardinal) on Sep 18, 2008 at 12:35 UTC |