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