in reply to Triggering Perl Scripts

Put your perl script in a crontab job to check the ftp site and run it every minute or whatever. Get it to check the modification date and only update the file if it has changed.

I tried using a mkfifo but that was more messing than needed