----- Original Message ----- 
From: "Jerry Kassebaum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <perl-win32-users@listserv.ActiveState.com>
Sent: Friday, February 10, 2006 12:03 PM
Subject: RE: Which LWP?
.

.
>
> Second, what was my book doing with telling me to enter
>
> perl -MLWP -e 'print "$LWP::VERSION\n" '
>
> from the command line??????????
>

In the usual Unix type shell that would tell you what version of LWP you had
(or procduce an error if you didn't have LWP). For Win32's cmd.exe (or
command.com) shell it needs to be written a little differently:

perl -MLWP -e "print $LWP::VERSION"

Cheers,
Rob

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to