Format text output
  1. In the text editor, create a new script with this code:

    #!/usr/bin/perl

    print "Content-Type: text/html \n\n";

    print "<h1 align=center>\n";

    print "Welcome to ACME AUTO\n";

    print "</h1>\n";

Want ad-free tutorials like these for classroom use? Get them at Visilearn.com.