Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: How to create HASH with multiple values per Key

by ptum (Priest)
on Apr 17, 2006 at 14:51 UTC ( #543831=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    my @Property = qw(FolderProperty1 FolderProperty2 FolderProperty3);
    my %O_P = ( 'FolderObject' => \@Property );
    
  2. or download this
    my $second_property = $O_P{'FolderObject'}->[1];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://543831]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2023-05-28 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?