I'm using strawberry perl to tail a file using use File::Tail.
I got the error message of the following:
Can't locate File/Tail.pm in @INC (@INC contains: c:\strawberry\perl\lib C:/strawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/ lib .) at tailing.perl line 5. BEGIN failed--compilation aborted at tailing.perl line 5.
Three packages contains lib:
c:\strawberry\perl\libC:\strawberry\perl\site\libC:\strawberry\perl\vendor\lib
where c:\strawberry\perl is the root directory of perl installation.
I checked all the three packages, but couldn't find File/Tail.pm.
Used cpan install, but the installation failed.