in reply to dynamically creating variables named after the contents of an array
see perldoc strict.for (@array) { $$_ = OBJ->new; ... }
-- Dan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: dynamically creating variables named after the contents of an array
by gnu@perl (Pilgrim) on Sep 06, 2002 at 18:31 UTC |