![]() |
|
more useful options | |
PerlMonks |
Re: Pel script within perl scriptby leslie (Pilgrim) |
on Mar 04, 2009 at 13:43 UTC ( #748147=note: print w/replies, xml ) | Need Help?? |
Instead of using module you can use sleep function like in the below code.
Each and every 1 second a.pl code will get call. We can also use alarm signal for achieve this. After alarm signal is occur we can call the appropriate perl script. Then we can re-assign the alarm.
In Section
Seekers of Perl Wisdom
|
|