With a bit of your sage advice, I have written a simple Perl script to FTP files resident on my web server to a remote server. I need to repeat this process every 5 minutes, 24 hours a day. I can call the script using a server side include (shtml). With an automatic page refresh or javascript count down timer, the process works until a page refresh error due to timeout occurs. (No error appears in my error log when this happens.)

Perhaps this isn't the place to ask, but are there alternate methods to run the script to avoid the page refresh problem? I thought of php but virtual calls in php script appear to be locked out on my server. Also, I don't have shell or crontab access on the server.


In reply to Executing Perl by DrWho_100

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.