----- Original Message -----
From: <[EMAIL PROTECTED]>

>
> C:\>perl
> use Clearcase::Argv;
> Can't locate Argv.pm in @INC (@INC contains: c:/Perl/lib c:/Perl/site/lib
.) at c:
> /Perl/site/lib/Clearcase/Argv.pm line 5.

This would indicate to me that line 5 of Clearcase/Argv.pm contains:
use Argv;

And that Argv.pm cannot be found in any of the directories specified in
@INC.

You also need to install the module Argv.pm - which is also available from
AS as a ppm.
(There are 2 packages - Clearcase::Argv *and* Argv. And you need *both* of
them.)

Cheers,
Rob

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to