Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
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 admiring the Monastery: (5)
As of 2024-03-28 17:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found