in reply to Reference Example
There's ofcourse always Perl's Data Structures Cookbook.print "The value of \$fer is ",%{$fer},"\n"; print "The value for the key \"mickey\" is ",${$fer}{'mickey'},"\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Reference Example
by lachoy (Parson) on May 20, 2002 at 16:11 UTC | |
by Beatnik (Parson) on May 20, 2002 at 16:15 UTC |