jrasillo has asked for the wisdom of the Perl Monks concerning the following question:
and this is the code I have:filename="Hare.java"
while ($_myfile[$i] !~ /filename="(.*)\.(.*)"){$args1=$1;$args2=$2;pri +nt $args2;$i++;}
Edit ar0n -- Fixed formatting/moved to SoPW
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: pattern matching
by derby (Abbot) on Mar 29, 2002 at 02:33 UTC | |
|
Re: pattern matching
by RMGir (Prior) on Mar 29, 2002 at 02:37 UTC | |
|
It's Not Clear What You're Doing - Re: pattern matching
by metadoktor (Hermit) on Mar 29, 2002 at 02:43 UTC | |
|
Re: pattern matching
by erikharrison (Deacon) on Mar 29, 2002 at 02:45 UTC | |
|
Re: pattern matching
by dragonchild (Archbishop) on Mar 29, 2002 at 14:43 UTC | |
by gellyfish (Monsignor) on Mar 29, 2002 at 15:02 UTC |