Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: In need of a Dumper that has no pretentions to being anything else.

by grinder (Bishop)
on Feb 23, 2005 at 10:47 UTC ( [id://433637]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _dump {
        my $path = shift;
    ...
        }
        $dump . '}';
    }
    
  2. or download this
    my $ref = {
        a => [ 1, 2, 3 ],
        b => [
    ...
    };
    
    print _dump($ref);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-29 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found