Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: Location of 'use' statements

by demerphq (Chancellor)
on Apr 19, 2003 at 11:30 UTC ( [id://251632]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print Dumper $quux;
    
  2. or download this
    use IO::File;
    Dumper->print($quux);
    
  3. or download this
    print Data::Dumper->new([$quux],['quux'])->Dump(),"\n";
    
  4. or download this
    # we have large cyclic structures: disable pretty indent, enable purit
    +y mode.
    print Data::Dumper->new([$quux],['quux'])->Purity(1)->Indent(1)->Dump(
    +),"\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found