Re: Crontab entry from perl

2005-09-04 Thread Philip M. Gollucci
I want to schedule a perl script in crontab using a CGI script. If i try to append in the file ie /var/spool/cron/username then apache user does not have rights to modify this. If i give root rights to apache then it could be very harmful . how can i make entry into cron from script. You could hav

Crontab entry from perl

2005-09-04 Thread Pankaj Kumar
Hi, I want to schedule a perl script in crontab using a CGI script. If i try to append in the file ie /var/spool/cron/username then apache user does not have rights to modify this. If i give root rights to apache then it could be very harmful . how can i make entry into cron from script. Re

Re: a faster html::template?

2005-09-04 Thread Foo Ji-Haw
I notice something an interesting behavior about HTML template. The delay is usually within loops, especially if you have a big record list (like 1500). If the text within the loop is huge (ie lots of text), then the loop can take a really long time. But for very short loops it can be very fast.

Re: a faster html::template?

2005-09-04 Thread David Hodgkinson
On 2 Sep 2005, at 03:53, Foo Ji-Haw wrote: Hi all, I'm a happy user of HTML::Template on my mp2 setup. But when it comes to performance, I notice that to populate a loop of some 1500 records, the system takes 2-3 seconds on my P4 2GHz machine. I think that's way too long, especially on a

a faster html::template?

2005-09-04 Thread Foo Ji-Haw
Hi all,   I'm a happy user of HTML::Template on my mp2 setup. But when it comes to performance, I notice that to populate a loop of some 1500 records, the system takes 2-3 seconds on my P4 2GHz machine. I think that's way too long, especially on a development machine.   I tried to load the te