Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
how do i access "href" value !!!$VAR1 = { 'href' => 'site/other/setup.htm' }; $VAR2 = ' ';
my code is like this ....
when i view the structure of variable $attrHash (i,e by using Dumper) i got the above o/p. Do u know how to get the href value from the above structure.my($tag, $attrHash) = @_; print Dumper $attrHash."\n";
It's very urgent .....
Thanks n regards,edited: Wed Oct 16 16:15:05 2002 by jeffa - s/blah blah//g (code tags)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Accessing HASH array values !!
by broquaint (Abbot) on Oct 16, 2002 at 08:57 UTC | |
|
Re: Accessing HASH array values !!
by Anonymous Monk on Oct 16, 2002 at 17:40 UTC | |
|
Re: Accessing HASH array values !!
by meetraz (Hermit) on Oct 16, 2002 at 21:40 UTC |