in reply to Creating an array of structures?
Se "perldoc perldsc" if you need more complicared structures.my %foo = ( name1 => type1, name2 => type2, name3 => type3, name4 => type4, ); print $foo{name2}, "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Creating an array of structures?
by davido (Cardinal) on Mar 08, 2005 at 06:09 UTC |