Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
foreach $r(@write) { if ($url=~list$r=1) { print "hello"; } }
2001-03-11 Edit by Corion: Added <CODE> tags
2001-03-11 Edit by tye: Changed title from "Perl problem"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Problem
by Corion (Patriarch) on Mar 11, 2001 at 06:10 UTC | |
|
Re: Perl Problem
by Tuna (Friar) on Mar 11, 2001 at 06:15 UTC | |
|
Re: Perl Problem
by Anonymous Monk on Mar 11, 2001 at 06:10 UTC | |
by ar0n (Priest) on Mar 11, 2001 at 06:17 UTC |