Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

@_ still mystifies me

by PetaMem (Priest)
on Jun 01, 2002 at 15:19 UTC ( [id://170918]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my @lexlist = @_;
    
      @lexlist = sort keys %lexicon if(!@lexlist);
    
  2. or download this
      my @lexlist = @_ or sort keys %lexicon;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://170918]
Front-paged by RedDog
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-03-28 11:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found