Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Basename;
    ...
    my $pdfname = $0;
    $pdfname =~ s/\.t/\.pdf/;
    my $cginame = File::Spec->catfile(dirname($0) . "/09-cgi-script.pl");