Help for this page

Select Code to Download


  1. or download this
    #!E:/perl/bin/perl
    use CGI qw(:all);
    use strict;
    ...
    while (<TEMPLATE>) {
      print;
    }