use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); system ("/usr/bin/perl metaStk.pl"); print header("text/plain"), start_html(), (a {href=>'metafile.gz'}, "download data"), end_html();