Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Neat Debugger tricks

by salva (Canon)
on Nov 17, 2005 at 10:17 UTC ( [id://509353]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl5.9.3
    
    ...
    for my $n (0.3, 0, -4, 7, 9) {
      printf "sqrt(%f) = %f\n", $n, my_sqrt($n);
    }
    
  2. or download this
    toledo:~# perl5.9.3 -d /tmp/as.pl
    
    ...
    22
      DB<1> p $n
    -4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-29 10:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found