Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: How to create HASH with multiple values per Key

by ptum (Priest)
on Apr 17, 2006 at 14:51 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-04-23 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found