Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^5: hash slice ? No thanks, I'm about to return...

by Aristotle (Chancellor)
on Feb 21, 2005 at 04:39 UTC ( [id://432953]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print join ' ', @return{ @keys };
    
  2. or download this
    ( $foo, $bar, @return{ @keys } ) = 1 .. 10;
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'baz',
              'quux'
            ];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://432953]
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: (4)
As of 2024-04-24 07:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found