Help for this page

Select Code to Download


  1. or download this
    Internet explorer can not download test.pl from <servername>
    
    Internet Explorer was not able to open this Internet site.
    The requested site is either unavailable or cannot be found. Please tr
    +y again later.
    
  2. or download this
    #!c:\strawberry\perl\bin\perl.exe
    
    ...
    print $test->header("text/html"),$test->start_html("Perl Test");
    print $test->h1("Perl is working!");
    print $test->end_html;