- or download this
if ($realpack) { # we have a blessed ref
$out .= ', \'' . $realpack . '\'' . ' )';
...
+ if $s->{toaster} ne '' and UNIVERSAL::can( $val, $s->{toaster
+});
$s->{apad} = $blesspad;
}
- or download this
...
map( (UNIVERSAL::can( $_, 'Toaster') ? $_->Toaster() : $_),
bless ( {}, 'Package::Name')
),
...
- or download this
sub UNIVERSAL::Toaster { $_[0] }