help with progress bar

2004-01-13 Thread Gerry Creighton
Hi, I have a situation where I want people to upload large files to my server after filling out a form with several fields. I have an uploader form that works great in processing the form, uploading the file and sending me the form results as well as a copy to the person who filled out the

Re: CGI.pm *with* a templating system?

2004-01-13 Thread Wiggins d Anconia
> Hi List, > > Is it possible to use CGI.pm in conjunction with a templating system? > > For example, I'd like to send the header from CGI.pm, but use a > templating system for the bulk of the page. And which templating system > do users here recommend. I've heard of Template::Toolkit and > HTML:

Re: CGI.pm *with* a templating system?

2004-01-13 Thread Barbara Lindsey
I am using HTML::Template with CGI and ,I started out sort of mixing and matching what seems to work best. My goal was to separate the process from the presentation. It seems to turn out that I am using the CGI mainly for retrieving web parameters and using the templates for presentation. It

CGI.pm *with* a templating system?

2004-01-13 Thread R. Bryant
Hi List, Is it possible to use CGI.pm in conjunction with a templating system? For example, I'd like to send the header from CGI.pm, but use a templating system for the bulk of the page. And which templating system do users here recommend. I've heard of Template::Toolkit and HTML::Template, but I

RE: using crontab

2004-01-13 Thread Thomas Bätzler
Octavian Rasnita <[EMAIL PROTECTED]> asked: > Does anyone know what line I neet to print after using the > > crontab -e > > command, in order to run a program every half an hour, at 0 > minutes and at 30 minutes? You need to print out the crontab manpage and read it. If you don't have them on

Re: using crontab

2004-01-13 Thread Wiggins d Anconia
> Hi all, > > Does anyone know what line I neet to print after using the > > crontab -e > > command, in order to run a program every half an hour, at 0 minutes and at > 30 minutes? > Your line will need to be of the form: 0,30 * * * * /path/to/command That says run at 0 and 30 minutes of eve

using crontab

2004-01-13 Thread Octavian Rasnita
Hi all, Does anyone know what line I neet to print after using the crontab -e command, in order to run a program every half an hour, at 0 minutes and at 30 minutes? Thank you very much! Teddy, teddy.fcc.ro[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm