in reply to Re: dynamically generated array variable
in thread dynamically generated array variable
. is there a way to specify it so that I can use strict? Thanks.#use strict; $host = qw(@hosta); foreach $cnf (eval($host) { }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: dynamically generated array variable
by ikegami (Patriarch) on Jan 02, 2007 at 21:11 UTC | |
|
Re^3: dynamically generated array variable
by shigetsu (Hermit) on Jan 02, 2007 at 21:14 UTC |