1. Save the script as format.pl in the PERLSCRIPTS folder.

    This Perl script also includes HTML tags that format the text it outputs to the browser window:

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

    print "Welcome to ACME AUTO\n";

    print "</h1>\n";
  2. Upload format.pl to the perlscripts directory on your Web server.