in reply to Re: Hash Variable
in thread Hash Variable
How would I print that out?$hash{$vars[2]} = join(' ', @vars[0,1,3]);
...doesn't work too well.foreach $var2 (keys %hash){ print "value: $hash{$var2}\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Hash Variable
by FrankG (Scribe) on Apr 06, 2001 at 02:11 UTC | |
by qball (Beadle) on Apr 06, 2001 at 02:15 UTC |