Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

(tye)Re: Hash slices ?

by tye (Sage)
on Dec 02, 2000 at 06:48 UTC ( [id://44547]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @days{@x,@y}
    ($days{@x},$days{@y})
    
  2. or download this
    @days{foo(),bar()}
    ($days{foo()},$days{bar()})
    
  3. or download this
        if (GIMME != G_ARRAY) {
            MARK = ORIGMARK;
            *++MARK = *SP;
            SP = MARK;
        }
    

Log In?
Username:
Password:

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

    No recent polls found