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

Re: how to store an array to a pseudohash?

by philipbailey (Curate)
on Jun 28, 2008 at 08:36 UTC ( [id://694497]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $slice = {
        kind    => $kind,
        prop    => $prop,
        item    => 5, 6, 7, 8, 9, 10, 11
    };
    
  2. or download this
    my $slice = {
        kind    => $kind,
    ...
        8       => 9,
        10      => 11
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 03:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found