Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Reading a hash structure stored in a file

by haukex (Archbishop)
on Jan 22, 2019 at 14:43 UTC ( [id://1228817]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -wMstrict -le 'eval "%hash1=(); 1" or warn "<<$@>>"'
    <<Global symbol "%hash1" requires explicit package name (did you forge
    +t to declare "my %hash1"?) at (eval 1) line 1.
    ...
    Foo
    $ perl -wMstrict -le 'my %hash1; eval "my %hash1;"; print "Foo";'
    Foo
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-29 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found