Help for this page

Select Code to Download


  1. or download this
      #!/usr/bin/perl -w
      use CGI;
    ...
        # return an array of hash refs with keys being
        # qw/ ID name address city state zip phone /
      }
    
  2. or download this
      [% INCLUDE '/hdr/header.html %]
      [% INCLUDE '/nav/nav.html %]
    ...
      </ul>
      [% END %]
      [% INCLUDE '/content/content3.html %]