Help for this page

Select Code to Download


  1. or download this
    eval "require $class;"; # Note: "" *NOT* {} !
    
  2. or download this
    (my $file = $class) =~ s#/#::#g;
    require $file;