Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

"Can't happen" bugs

by gaal (Parson)
on Jan 16, 2007 at 15:03 UTC ( [id://594914]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($some_condition) {
        return $X;
    } else {
    ...
    }
    
    die "not reached"; # but see comment below
    
  2. or download this
     is only avaliable with the XS version at /usr/lib/perl5/site_perl/5.8
    +.5/Compress/Zlib.pm line 9
    
  3. or download this
      if (grep { /^(dualvar|set_prototype)$/ } @_ ) {
        require Carp;
        Carp::croak("$1 is only avaliable with the XS version");
      }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://594914]
Approved by Corion
Front-paged by NovMonk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-19 15:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found