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

Re: Debugger demos/snippets

by LanX (Saint)
on Sep 02, 2021 at 13:11 UTC ( [id://11136367]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    warn "outside";
    
    testsub();
    
  2. or download this
    > perl -d d:/tmp/pm/db_demo.pl 
    
    ...
     at d:/tmp/pm/db_demo.pl line 10.
        main::testsub() called at d:/tmp/pm/db_demo.pl line 16
      DB<2>
    

Log In?
Username:
Password:

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

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

    No recent polls found