This is my first homepage. This text is bold #### #!/usr/bin/perl -w use strict; use CGI qw( :standard ); print redirect( "./cgiSample.html" ) unless ( "name" ); print hr(), end_html(); #### $ perl cgiSample.pl