Help for this page

Select Code to Download


  1. or download this
    my $cgi = CGI->new;                                   # Instantiate a 
    +CGI class
    print $cgi->header,                                   # First we creat
    +e a header
    ...
    my $text="../files/jack/2012/derpone.pdf";
    $text = basename($text);
    $cgi->p($text),