Help for this page

Select Code to Download


  1. or download this
            if ($objectName->can('new')) { 
                    return $objectName->new(@_); # Pass in any remaining a
    +rgs 
            } else { 
                    die "'$objectName' does not contain a constructor."; 
            };
    
  2. or download this
    return $objectName->new(@_); # I hope they know how!