Help for this page

Select Code to Download


  1. or download this
           eval "package $pack; $code";
           if ($@) {
           $@ =~ s/ at .*\n//;
           croak("$AUTOLOAD: $@");
           }