#!/usr/bin/perl use strict; use warnings; use CGI qw(:standard); sub header{ print "sub header"; }