Help for this page

Select Code to Download


  1. or download this
    <form action="launcher.pl" method="post">
    <input type="submit" name="sub" value="Run this!">
    </form>
    
  2. or download this
    #!c:/perl/bin -w
    use strict;
    ...
    # now you can put a message to the user
    print $q->header; # send correct header, text/html
    # put HTML here