Help for this page

Select Code to Download


  1. or download this
    open(OLDOUT, ">&STDOUT");
    open(OUTPUT, ">processlog");
    ...
    close(OUTPUT);
    close(STDOUT);
    open(STDOUT, ">&OLDOUT");
    
  2. or download this
    __END__
    $_=q,just perl,,s, , another ,,s,$, hacker,,print;