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");
      }