Sonika Sachdeva wrote:
Hi,
Thanx for the response. Is it possible to read a file only for the new
lines added as compared to what was read last time.
for example i donot wish to parse the file from beginning but only from
where i left at the previous perlrun.
Yes that is what those modules
Hi,
Thanx for the response. Is it possible to read a file only for the new lines
added as compared to what was read last time.
for example i donot wish to parse the file from beginning but only from
where i left at the previous perlrun.
On 3/13/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote:
>
>
>
Sonika Sachdeva wrote:
Hi,
How to read every new file transfer made from the IIS ftp log file.
This will be continous file reading process to know the status of every
successful file transfer to the server.
File::Tail File::Tail::App
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
Do a search for the Perl Power Tools project. They have an all-Perl
implementation of tail that should be right up your alley.
-Original Message-
From: Sonika Sachdeva [mailto:[EMAIL PROTECTED]
Sent: Monday, March 13, 2006 1:27 PM
To: beginners@perl.org
Subject: Perl script to read
It would be lovely if you provided some code to work with. The general theme
on the list is "No Code, No Help"
On 3/13/06, Sonika Sachdeva <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> How to read every new file transfer made from the IIS ftp log file.
> This will be continous file reading process to kno
Hi,
How to read every new file transfer made from the IIS ftp log file.
This will be continous file reading process to know the status of every
successful file transfer to the server.
Thanx,