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