in reply to Printing a Text File
use CGI; my $q = CGI::new; print $q->header; # and $q->start_html and *many* more [download]
use CGI qw (:standard); print header; [download]
Gary Blackburn Trained Killer