Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Debugger Questions - Variable Scope (source++)

by GotToBTru (Prior)
on Feb 17, 2017 at 16:21 UTC ( [id://1182217]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
      my $t = 42;
      print "$t\n";
    }
    
  2. or download this
      DB<1> w $t
      DB<2> c
    ...
        old value:  '15'
        new value:  ''
    Debugged program terminated.
    
  3. or download this
      DB<1> w $t
      DB<2> c
    ...
        old value:  '15'
        new value:  ''
    Debugged program terminated.
    

Log In?
Username:
Password:

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

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

    No recent polls found