Help for this page

Select Code to Download


  1. or download this
       PKG::safe_sub( "PKG", $other_args);
    
  2. or download this
       PKG::safe_sub( $other_args);
       safe_sub PKG $other_args;
    
  3. or download this
       shift if ref $_[0] eq "PKG" or $_[0] eq "PKG";