in reply to Re: How to make Perl script run automatically?
in thread How to make PERL Script run Automaticly?

Thanks for this! Yes, cron seems the simplest, although, I do not have some rights to access cron in here. SO I have to find alternatives. I will test your idea
  • Comment on Re^2: How to make Perl script run automatically?

Replies are listed 'Best First'.
Re^3: How to make Perl script run automatically?
by CountZero (Bishop) on Jul 04, 2014 at 08:39 UTC
    Speak to your friendly sysadmin and convince him to add your script to the crontab list.

    The alternative is that you run a script for a looooong period, most of the time doing nothing and that will use some resources that perhaps may be better used elsewhere.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics
Re^3: How to make Perl script run automatically?
by Discipulus (Canon) on Jul 04, 2014 at 08:01 UTC
    If so start reading this doc and this post too.

    HtH
    L*
    There are no rules, there are no thumbs..
    Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.