Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by BrowserUk (Patriarch)
on Feb 23, 2005 at 10:49 UTC ( [id://433638]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    P:\test>perl -MDumpvalue -e"
    $d=new Dumpvalue; 
    ...
    'c' => ARRAY(0x18794fc)
       0  'a' => 'b', 'c' => 'd', 'e' => 'f', 'g' => 'h', 'i' =>
       1  0..99  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
    
  2. or download this
    P:\test>p1
    perl> use Math::Pari qw[ :int factorint sqrtint divisors PARI ];;
    ...
       1  Math::Pari=SCALAR(0x1a3ec94)
          -> 33884364
    perl> Terminating on signal SIGINT(2)
    
  3. or download this
    perl> $r = \$r;;
    perl> $d->dumpValue( $r );;
    ...
    REF(0x22ac9c)
    
       -> REUSED_ADDRESS
    

Log In?
Username:
Password:

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

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

    No recent polls found