RE: polling a directory

2007-03-14 Thread Wagner, David --- Senior Programmer Analyst --- WGO
> -Original Message- > From: Beginner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 14, 2007 10:56 > To: beginners@perl.org > Subject: polling a directory > > Hi, > > I am trying to find a means of monitoring a directory for activity. I > would lik

Re: polling a directory

2007-03-14 Thread Igor Sutton Lopes
On 2007/03/14, at 17:55, Beginner wrote: Hi, I am trying to find a means of monitoring a directory for activity. I would like a perl process to aware if a file has been dropped into a specific folder and then take some action. In the past I have used cron for this but I was thinking this isn'

polling a directory

2007-03-14 Thread Beginner
Hi, I am trying to find a means of monitoring a directory for activity. I would like a perl process to aware if a file has been dropped into a specific folder and then take some action. In the past I have used cron for this but I was thinking this isn't the best choice because 1) You have to s