Help for this page

Select Code to Download


  1. or download this
    sub RunCommand
    {
    ...
            CORE::exit(0);
        }
    }
    
  2. or download this
    &RunCommand("/home/dbooth/rdf-pipeline/trunk/pid.perl");
    
  3. or download this
    #! /usr/bin/perl -w
    
    ...
    print $fh "pid: $$ $t\n";
    close $fh or die;
    exit 0;