Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: The default hash - accident, coincidence or conspiracy?

by GrandFather (Saint)
on Jun 20, 2005 at 20:43 UTC ( [id://468485]=note: print w/replies, xml ) Need Help??


in reply to The default hash - accident, coincidence or conspiracy?

The thing of interest is that %_ is accepted as a defined variable by use strict; use warnings;

use strict; use warnings; %_ = ( a => 1, b => 2 ); print $_ {"a"};

does not generate any errors or warnings. Maybe that was what OP meant by "predefined"?


Perl is Huffman encoded by design.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found