Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
           exec '/usr/sites/test/vcgi/server.cgi';
       }
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    open(PID, "> pid") || die "Can't open PID file: $!";
    print PID $$ ;
    close PID;