Hi,

I installed File::Tail using nmake. Now when I run my perl script I get the
following error for File::stat which was running successfully before.
Subroutine import redefined at c:/Perl/lib/File/stat.pm line 25.
Subroutine populate redefined at c:/Perl/lib/File/stat.pm line 35.
Subroutine lstat redefined at c:/Perl/lib/File/stat.pm line 45.
Subroutine stat redefined at c:/Perl/lib/File/stat.pm line 47.
function 'new' already defined in package File::stat at
c:/Perl/lib/File/stat.pm line 29
Compilation failed in require at c:/Perl/site/lib/FILE/Tail.pm line 19.
BEGIN failed--compilation aborted at c:/Perl/site/lib/FILE/Tail.pm line 19.
Compilation failed in require at scanlog_ver3.2.pl line 5.
BEGIN failed--compilation aborted at scanlog_ver3.2.pl line 5.

Please suggest . This was a perfectly working script before.

Thanx,



On 3/14/06, Paul Ohashi <[EMAIL PROTECTED]> wrote:
>
> perl -MCPAN -e "install FILE::TAIL"
>
> -----Original Message-----
> From: Sonika Sachdeva [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 14, 2006 11:06 AM
> To: beginners@perl.org
> Subject: cpan module installation using Activestate perl package manager
>
> Hi,
>
> How do i install FILE::TAIL using activestate perl doing a search using
> perl package manager doesnt show File::Tail module in its repository
>
> thanks,
>

Reply via email to