Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    sub mySub : Runmode {
      return "Hello from mySub\n";
    }
    
  2. or download this
    $ ./runmode.cgi rm=mySub
    Content-Type: text/html; charset=ISO-8859-1
    
    Hello from mySub