Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Serious Bug in latest Data::Dumper under 5.6.1

by simonflk (Pilgrim)
on Oct 24, 2003 at 17:19 UTC ( [id://301896]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        print "Dumper:\n",Dumper(\%rev,\%name),"\n";
    
  2. or download this
        my $dumped = Dumper(\%rev,\%name);
        print "Dumper:\n",$dumped,"\n";
    
  3. or download this
    simonf$ perl -MData::Dumper -le 'print Data::Dumper->VERSION'
    2.12_01
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found