Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Data::Dumper issue

by jesuashok (Curate)
on Jun 07, 2006 at 15:32 UTC ( [id://554053]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    
    eval $dump;
    print "New length after eval: ", length($a), "\n";
    
  2. or download this
    Initial length: 2
    Dumped code with Useqq = 0:
    ...
    Dumped code with Useqq = 1:
    $a = "\r\n";
    New length after eval: 2
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found