Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How do I use hashref slices?

by danger (Priest)
on May 29, 2002 at 18:35 UTC ( [id://170184]=note: print w/replies, xml ) Need Help??


in reply to How do I use hashref slices?

@{$t}{qw/first second third/} = qw/one two three/; # or just: @$t{qw/first second third/} = qw/one two three/;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-04-19 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found