steph_bow has asked for the wisdom of the Perl Monks concerning the following question:
my @TARGET =(0..50); foreach $target(@TARGET){ my $M4_${target}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: good use of variables
by Corion (Patriarch) on Jul 19, 2007 at 13:35 UTC | |
|
Re: good use of variables
by syphilis (Archbishop) on Jul 19, 2007 at 15:55 UTC | |
by GrandFather (Saint) on Jul 19, 2007 at 21:55 UTC |