Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

RE: Debugging

by perlmonkey (Hermit)
on May 24, 2000 at 08:47 UTC ( [id://14496]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $a ='foo'
    print $a
    
    syntax error at - line 2, near "print"
    
  2. or download this
    $a = 'foo'
    print $a
    
    ...
    have permission to use this compiler, and all the other
    computers and programmers on the network have been informed 
    of your imcompetence!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 03:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found