Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Reading from memory location

by Happy-the-monk (Canon)
on Oct 31, 2012 at 07:20 UTC ( [id://1001615]=note: print w/replies, xml ) Need Help??


in reply to Reading from memory location

$VAR1 = 'HASH(0x81b2818)';

Try a backslash before the sigil: print Dumper \$string;

Cheers, Sören

Replies are listed 'Best First'.
Re^2: Reading from memory location
by AnomalousMonk (Archbishop) on Oct 31, 2012 at 20:58 UTC

    Actually trying it might have been a good idea.

    >perl -wMstrict -MData::Dumper -le "my $var = {A => 1}; my $string = qq{$var}; print Dumper \$string; " $VAR1 = \'HASH(0x3cc06c)';

Log In?
Username:
Password:

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

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

    No recent polls found