Help for this page

Select Code to Download


  1. or download this
    # Note the | here. This allows you to write to your script
    open(SCRIPTS, "| /tmp/scripts.pl") or die;
    ...
      print SCRIPTS $line . "\n";
    }
    close SCRIPTS;