Help for this page

Select Code to Download


  1. 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;
        }
    
  2. or download this
    ...
    map( (UNIVERSAL::can( $_, 'Toaster') ? $_->Toaster() : $_),
      bless ( {}, 'Package::Name')
    ),
    ...
    
  3. or download this
    sub UNIVERSAL::Toaster { $_[0] }