Front page | perl.beginners |
Postings from March 2002
Re: autorun
Thread Previous
From:
Jon Molin
Date:
March 7, 2002 04:21
Subject:
Re: autorun
Message ID:
3C875AAB.93967D22@resfeber.se
"Mohammed A. Hassan" wrote:
>
> Well , I want to do this this on UNIX
>
> "Jan Gruber" <Jan.Gruber@pollux.primacom.net> wrote in message
> news:200203061130.g26BULv16668@pollux.intern.primacom.net...
> > Hi !
> >
> > On Wednesday 06 March 2002 09:21 am, you wrote:
> > > How can I scheduler a cgi script?
> >
> > Depends on the platform you are working on. Window$ has its TaskPlaner,
> *nix
> > has a cron daemon (man cron)
then cron is what you want (man cron)
/Jon
> >
> > Another way: let the script sleep while you dont need it.
> > sleep (86400) sleeps for one day.
> >
> > HTH,
> > Jan
> > --
> > cat /dev/world | perl -e "while (<>) {(/(^.*? \?) 42 \!/) && (print $1)}"
> > errors->(c)
> > _
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
Thread Previous