Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Data Dumper Question

by Anonymous Monk
on Dec 27, 2009 at 07:10 UTC ( [id://814487]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perldoc Data::Dumper |grep eval
        printing and "eval"
              eval Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]);
    ...
            $Data::Dumper::Purity = 1;         # fill in the holes for eva
    +l
            $d = eval $c;
        if "Purity" is set. You can "eval" the result, but bear in mind th
    +at the
    
  2. or download this
    $VAR1 = {
              'test1' => [
    ...
                         ]
            };
    $VAR1->{'test2'}[0] = $VAR1->{'test1'}[0];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-24 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found