Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: What does the error 'Illegal division by zero' mean?

by davido (Cardinal)
on May 02, 2004 at 05:58 UTC ( [id://349763]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use diagnostics;
    
  2. or download this
    Illegal division by zero at (eval 15) line 4 (#1)
        (F) You tried to divide a number by 0.  Either something 
    ...
    
    Uncaught exception from user code:
        Illegal division by zero at (eval 15) line 4.
    
  3. or download this
    use strict;
    use warnings;
    use diagnostics;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-29 12:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found