Re: CGI.pm help

2004-06-28 Thread JupiterHost.Net
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:

RE: CGI.pm help

2004-06-28 Thread John Pretti
-Original Message- From: JupiterHost.Net [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 2:17 PM To: John Pretti Cc: 'Wiggins d Anconia'; [EMAIL PROTECTED] Subject: Re: CGI.pm help >>Hi all, >> >>I have written an upload script using CGI.pm and it w

Re: CGI.pm help

2004-06-28 Thread JupiterHost.Net
use FIle::Slurp; Whoops : use File::Slurp; :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CGI.pm help

2004-06-28 Thread JupiterHost.Net
Hi all, I have written an upload script using CGI.pm and it works perfect however it looks bland. I would like ot understand how to make it look a lot nicer, either continuing down the CGI.pm path or using some other method. Any ideas? What looks bland? Pretty much everything dealing with the loo

RE: CGI.pm help

2004-06-28 Thread John Pretti
-Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 1:46 PM To: John Pretti; [EMAIL PROTECTED] Subject: Re: CGI.pm help > > Hi all, > > I have written an upload script using CGI.pm and it works perfect however it > looks

Re: CGI.pm help

2004-06-28 Thread Wiggins d Anconia
> > Hi all, > > I have written an upload script using CGI.pm and it works perfect however it > looks bland. I would like ot understand how to make it look a lot nicer, > either continuing down the CGI.pm path or using some other method. Any > ideas? > What looks bland? Pretty much everything