Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    get "http://remoteserver.com/startrunning.pl";
    
  2. or download this
    print "Content-type: text/html\n\n";
    print "ok";
    ...
    blah1();
    blah2();
    ...