Help for this page

Select Code to Download


  1. or download this
    #!/tools/opt/bin/perl -w
    use Getopt::Std;
    ...
    if($Getopt::Std::opt_p) {$iPid = $Getopt::Std::opt_p;}
    print "\n sFile--> $sFile";
    print "\n iPID-->$iPid\n";
    
  2. or download this
    perl <perlfilename> -f <inputfilename> -p <ProcessID>