Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Unifying namespaces of @name and $name to simplify dereferencing?

by shmem (Chancellor)
on Mar 22, 2016 at 14:00 UTC ( [id://1158496]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub name {
        my $name = shift;
        exists $name{$name} and return $name{$name};
    
  2. or download this
    my %name;
    my @name;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-19 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found