Help for this page

Select Code to Download


  1. or download this
    return if $class->can('new');
    eval "use $class";
    croak("Err etc") if $@;
    
  2. or download this
    return if defined %{$class . "::"};