On Wednesday, September 10, 2003, at 05:43 PM, Hanson, Rob wrote:
I googles Julian and came up with two email addresses from this page:
http://www.monkey.org/openbsd/archive/misc/9904/msg00077.html
Thank you. I have no idea why, but it never occurred to me to Google
for a person, though it seem
n-faq.html#How_maintain_module
Perhaps Randal will pop his head in and have some advice.
Rob
-Original Message-
From: James Edward Gray II [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 6:11 PM
To: [EMAIL PROTECTED]
Subject: Modules Question
I use Text::Bastardize off of the CPAN
I use Text::Bastardize off of the CPAN from time to time. I find it
mildly amusing, if not terribly practical.
However, today when I was working with it, I basically fed it some text
that overwhelmed it. What I fed it really wasn't too crazy, so I took
a look under the hood.
While I was in t
[EMAIL PROTECTED] [[EMAIL PROTECTED]] quoth:
*>Dose anyone know of a exsiting Perl module that will test to see what tape drives
are available on Unix box?
*>
*>I looked through the some of the CPAN stuff but didn't find anything that looked
like what I might need.
None that I'm aware of as i
Dose anyone know of a exsiting Perl module that will test to see what tape drives are
available on Unix box?
I looked through the some of the CPAN stuff but didn't find anything that looked like
what I might need.
Any help would be appreciated.
Thank you,
Anna
--
To unsubscribe, e-mail:
On Win32, typing
ppm verify
at the command prompt will list all the modules installed on your system
quit
will exit the ppm tool
[EMAIL PROTECTED] wrote:
> Help with Modules please.
>
> Is there a option I can run with perl to find out if a particular module is
>installed?
>
> Thanks,
>
> Anna
On Fri, 29 Jun 2001 [EMAIL PROTECTED] wrote:
> Help with Modules please.
>
> Is there a option I can run with perl to find out if a particular
> module is installed?
Try perl -M -e ''. If it isn't in @INC, you'll get an error,
otherwise it will return to the command-line prompt.
-- Brett
Hi Anna,
To find out all the modules installed on your system, refer to the
following URL:
http:[EMAIL PROTECTED]/msg04057.html
To find out about a single one, you can do:
perl -MMODULE_NAME -e 1
So, to see if CGI.pm is installed:
perl -MCGI -e 1
If you see no error messages, it is installe
put use (MODULE NAME); at the top of the script. Run the script and see if
it generates an error.
e.g
use Win32::Lanman;
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 29 June 2001 13:36
To: [EMAIL PROTECTED]
Subject: Modules question
Help with Modules
Help with Modules please.
Is there a option I can run with perl to find out if a particular module is installed?
Thanks,
Anna
Hi Bill,
Please refer to the answers to this same question in the archives:
http:[EMAIL PROTECTED]/msg04057.html
Cheers,
Kevin
On Fri, Jun 15, 2001 at 08:59:57AM -0400, Conrad, Bill (ThomasTech)
([EMAIL PROTECTED]) spew-ed forth:
> Hi All
>
> Is there a way to list all of the packages
Hi All
Is there a way to list all of the packages/modules installed on a
system from the command line?
Thanks
Bill Conrad
12 matches
Mail list logo