Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Debugger line numbering anomaly

by LanX (Saint)
on Dec 24, 2019 at 10:24 UTC ( [id://11110581]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    DB<3> l 1-6
    1       #!/bin/perl -w
    ...
      DB<4>
    
  2. or download this
    $ cat db_tst.pl
    #!/bin/perl -w
    ...
    s{a([bc])}         # 4
     {d$1}g;           # 5
    print;             # 6
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-03-28 12:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found