Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
if ($data =~ /1234\d{2}\abcd/) { print "Fetch successful\n"; } else { print "Not found\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Fetching data
by broquaint (Abbot) on Apr 25, 2002 at 12:07 UTC | |
by Anonymous Monk on Apr 26, 2002 at 16:39 UTC |