Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: RunTime & compile Time Doubt on Perl

by gam3 (Curate)
on Sep 03, 2006 at 03:17 UTC ( [id://570905]=note: print w/replies, xml ) Need Help??


in reply to RunTime & compile Time Doubt on Perl

With out getting into if perl is compiled or not the differenct between a complite time error and a run time error is very simular to that of C.

A compile time error is one the keep perl from being able to parse the file; such as a missing semi-colon. And a run time error is an error that can not be detected untill the code is run; such as a divide by zero error or a call to an undefined subroutine.

-- gam3
A picture is worth a thousand words, but takes 200K.
  • Comment on Re: RunTime & compile Time Doubt on Perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-16 14:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found