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