ppm question

J

John Goche

Hello,

I have ppm installed and would like to know whether
the FreezeThaw module is installed. What command
can I issue to determine whether this is the case?

Thanks,

JG
 
M

Mumia W. (reading news)

Hello,

I have ppm installed and would like to know whether
the FreezeThaw module is installed. What command
can I issue to determine whether this is the case?

Thanks,

JG

In a command prompt, type this:

perl -MFreezeThaw -e 1

If you get no error, the module FreezeThaw is installed.
 
C

Charles DeRykus

John said:
Hello,

I have ppm installed and would like to know whether
the FreezeThaw module is installed. What command
can I issue to determine whether this is the case?

perl -MFreezeThaw -e 1

or, to see if installed and its version number as well:

perl -M"FreezeThaw 9999"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,201
Messages
2,571,051
Members
47,656
Latest member
rickwatson

Latest Threads

Top