Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Accessing variables in an external hash without eval

by Athanasius (Archbishop)
on May 17, 2017 at 04:48 UTC ( [id://1190423]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        push   @dereferencedData, @$_ for @hashData;
        print "Data: \n", Dumper(@dereferencedData);
    }
    
  2. or download this
    14:35 >perl 1777_SoPW.pl
    Data:
    ...
    $VAR3 = 'more data I need';
    
    14:36 >
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-24 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found