- or download this
<html>
<head>
...
This is my first homepage. <b>This text is bold</b>
</body>
</html>
- or download this
#!/usr/bin/perl -w
...
print redirect( "./cgiSample.html" ) unless ( "name" );
print hr(), end_html();
- or download this
$ perl cgiSample.pl
<hr />
</body>
</html>