in reply to construct variable name on the fly
$thisname{'frank'} = 1; $thisname{'lee'} = 2; $hashname = 'thisname'; print keys %.$hashname;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: construct variable name on the fly
by pg (Canon) on Oct 19, 2004 at 02:00 UTC | |
|