in reply to Re: % o $ is not recognized as an internal or external command
in thread % o $ is not recognized as an internal or external command
perl -MLWP -le "print(LWP->VERSION)"
On the other hand, when I run
% perl -MLWP -le "print(LWP->VERSION)"
bash will come back at me with "no such job". Obviously, we didn't want a job, but we wanted the version number of LWP.
Another way to find the version number is to use pmvers from pmtools.
Just run:
pmvers LWP
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: % o $ is not recognized as an internal or external command
by Anonymous Monk on Aug 19, 2008 at 12:09 UTC |