"J. Alejandro Ceballos Z." wrote: > Octavian Rasnita wrote: > > >Hi all, > > > >I want to make a Perl program that runs permanently without stopping. > >How can I do this? > > > > > > > via shell loop> > > while true > do > .... the program > done
that will spawn a new process off every iteration, which would be multiple times per second.. I dont know if that is exactly what was asked for. And quite possibly, would cause problems with the programs head budding each other. chris -- ------------------------------- Just Your Friendly Neighborhood _SPIDEY_
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]