Here is the answer. I've tested it and it works. ALL parameters have to
appear after sitescooper.pl
-------- Original Message --------
Edward Rayl said:
> I haven't received any responses. Can you tell me where I can get plucker.pm?
> I've installed Perl, Plucker, and SiteScooper on my Win2K system. When
> I run:
>
> C:\Program Files\sitescooper-3.1.2>"C:\Program Files\Perl\bin\perl.exe"
> -mplucker sitescooper.pl
>
> I get:
>
> Can't locate plucker.pm in @INC (@INC contains: C:/Program
> Files/Perl/lib C:/Program Files/Perl/site/lib .).
> BEGIN failed--compilation aborted.
Hi Edward,
the usage is incorrect. what's happening is that the -mplucker switch
is too early in the line, and Perl is trying to interpret it. change
the line to this:
"C:
\Program Files\Perl\bin\perl.exe" -mplucker
(ie with -mplucker *after* sitescooper.pl), it should work fine.
--j.