Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Neat Debugger tricks

by osunderdog (Deacon)
on Nov 16, 2005 at 17:18 UTC ( [id://509118]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<3> open FH, ">/tmp/foo.txt";
      DB<4> print FH "THIS IS AN EXAMPLE";
      DB<5> print FH $user_id;
      DB<6> close FH
    
  2. or download this
      DB<6> s $profile->to_xml()
    main::((eval 35)[/usr/lib/perl5/5.6.1/perl5db.pl:1521]:3):
    3:      $profile->to_xml();
      DB<<7>>
    
  3. or download this
    $DB::single = 1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://509118]
Approved by herveus
Front-paged by friedo
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found