On Dec 11, 2003, at 1:20 PM, [EMAIL PROTECTED] wrote:
[..]
Why not Open the directory with say opendir()
and get the list of files in it? then use
the readdir() and 'grep' type tricks:
opendir(DIR, $some_dir) || die "can't opendir $some_dir: $!";
@today_files = grep {$_ =~ /^pollerAudit.$fileDa
<[EMAIL PROTECTED]> wrote:
>
> At 20:45 11/12/2003, you wrote:
>
> >On Dec 11, 2003, at 11:49 AM, [EMAIL PROTECTED] wrote:
> >[..]
> >> there is probably a much better way of doing all this i am working on
> >>the checkResults sub.
> >>it should find the pollerAudit log created by the main process
At 20:45 11/12/2003, you wrote:
>On Dec 11, 2003, at 11:49 AM, [EMAIL PROTECTED] wrote:
>[..]
>> there is probably a much better way of doing all this i am working on
>>the checkResults sub.
>>it should find the pollerAudit log created by the main process
>>(discover) the file format for the log
On Dec 11, 2003, at 11:49 AM, [EMAIL PROTECTED] wrote:
[..]
there is probably a much better way of doing all this i am working on
the checkResults sub.
it should find the pollerAudit log created by the main process
(discover) the file format for the log file is
pollerAudit.M.D.Y.h.m.s.lan (MDYhms