use FIle::Slurp;
print $q->header();
print read_file('../htmltop.html');
# generate content here
print read_file('../htmlbot.html');
HTH Lee.M - JupiterHost.Net
Man!!!! That is super slick. Thanks very much that is exactly what I am looking for.
No problem! Sorry for the misspelling the File::Slurp :) Hope it didn't thow you :)
Lee.M - JupiterHost.Net
Cheers, John
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>