in reply to How to make PERL Script run Automaticly?
Id est: run in background a program that run infinitely. But consider you have to instruct your OS to run also at boot, you need to manage signals, you have to keep running only one instance of it...perl -e 'while(1){do_something;eventually_sleep_sometime;}' &
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to make Perl script run automatically?
by David92 (Sexton) on Jul 04, 2014 at 07:41 UTC | |
by CountZero (Bishop) on Jul 04, 2014 at 08:39 UTC | |
by Discipulus (Canon) on Jul 04, 2014 at 08:01 UTC |