Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

die/warn bug in elsif

by tlm (Prior)
on Jan 12, 2006 at 17:06 UTC ( [id://522753]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( 0 ) {
      ;
    ...
    elsif ( die __LINE__ ) {
      ;
    }
    
  2. or download this
    4 at buggy.pl line 1.
    
  3. or download this
    use warnings;
    if ( 0 ) {
    ...
    }
    __END__
    Use of uninitialized value in string at buggy.pl line 2.
    
  4. or download this
    if ( 0 ) {
      ;
    ...
    }
    __END__
    Illegal division by zero at buggy.pl line 4
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://522753]
Approved by SciDude
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-04-24 21:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found