Help for this page
package foo; require Exporter; ... use CGI qw(header); @EXPORT = qw(header); 1;
use foo; print header();