Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

multiple keys - one value

by japhy (Canon)
on Sep 27, 2000 at 21:44 UTC ( [id://34248]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %hash = (
      HELP => sub { ... },
    ...
      EXIT => $_{QUIT},
      LEAVE => $_{QUIT},
    );
    
  2. or download this
    %hash = (
      HELP => sub { ... },
    ...
    );
    $hash{'?'} = $hash{HELP};
    $hash{EXIT} = $hash{LEAVE} = $hash{QUIT};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-03-28 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found