Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thanks!… print Dumper @data; …. $VAR1 = { 'firstname' => 'Mary', 'lastname' => 'Lou', 'id' => '5252', 'email' => 'test@test.com', 'date' => '03/03/2014', 'olddate' => '03-23-2013', 'page' => 'no page', }; ... print "$$data{'firstname'}\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get one element from anonymous hash
by Cristoforo (Curate) on Mar 23, 2014 at 22:41 UTC | |
by Anonymous Monk on Mar 23, 2014 at 22:44 UTC | |
by Anonymous Monk on Mar 23, 2014 at 23:43 UTC | |
by NetWallah (Canon) on Mar 23, 2014 at 23:59 UTC | |
by Anonymous Monk on Mar 24, 2014 at 00:01 UTC | |
|
Re: Get one element from anonymous hash
by Laurent_R (Canon) on Mar 24, 2014 at 07:52 UTC |