Perl modules

2010-08-19 Thread Kuba
Hi All, How can I install additional perl modules on the linux if I don't have root privileges on the box? Can I install any modules to the $HOME directory and use them at my scripts? Thank you in advance, Kuba -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional comman

perl modules

2005-02-06 Thread Aurelien Magniez
Hi, I've downloaded perl modules which are packaged in a rpm file. When I want to use these modules with Perl 5.8.5, the compilation of my script fails because the modules are'nt found in @INC. So, I looked at the path installation of these modules and I moved them into the . N

Perl modules

2005-06-23 Thread feanor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody ! I've a problem with PERL modules, and it's quite hard to explain ! Well, I'm going to try ! For my personnal use, I looking after a way to create a local client for web forum (like pgpbb's one). So I have a main

Perl Modules

2008-04-16 Thread Monty
Hope this is the right forum for this. I recently downloaded Curses-1.23.tar from CPAN for installation on to my Solaris 8 system. I installed the module in the same area as all my other perl modules: /usr/local/lib/perl5/5.8.5, but I noticed there's also a directory named /usr/local/lib/

PERL Modules

2002-04-04 Thread Newman, Perry N
> I have been trying to find 3 specific modules for Perl 5.004 and > cannot find them on CPAN. I've searched, read the FAQS, and searched some > more, all with no luck. It's possible, of course, that I missed > something. Didn't you use to be able to find individual modules for > download

perl-modules

2002-04-06 Thread Robert Brandtjen
Umm - I can't find this at cpan.org - does it have another name ? " perl-modules is needed by autoconf-2.53-1" TIA- Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

perl modules?

2002-07-15 Thread chad kellerman
Hello, Boy this stuff can get frustrating I am trying to include my own perl module that is outside the regular @INC array. But my perl script still can not find it.. Any suggestions would be appreciated... Here is what I have... script.pm package Script; BEGIN { use Expo

perl modules

2006-12-18 Thread positive mind
In Linux, how do I check if a particular Perl module is installed or not on my system? thanks pm

Perl Modules

2002-03-19 Thread OZGUR GENC
Hi All, I would like to use perl modules. I downloaded the module (Telnet.pm) and I copied it to /usr/perl5/5.00503/sun4-solaris . But I still get following error messages. What should I do? Can't locate Net/Telnet.pm in @INC (@INC contains: /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.

Re: Perl modules

2010-08-19 Thread Jeff Peng
2010/8/19 Kuba : > Hi All, > How can I install additional perl modules on the linux if I don't have > root privileges on the box? > Can I install any modules to the $HOME directory and use them at my > scripts? see this article: http://sial.org/howto/perl/life-with-cpan/non-

Re: Perl modules

2010-08-19 Thread Chas. Owens
On Thu, Aug 19, 2010 at 08:15, Kuba wrote: > Hi All, > How can I install additional perl modules on the linux if I don't have > root privileges on the box? > Can I install any modules to the $HOME directory and use them at my > scripts? > Thank you in advance, > Kuba sni

build perl modules

2005-03-16 Thread Mahantesh Hongal
Hi, Can anybody let me know how to create our own modules in perl. Thanks in advance... Mahantesh V H -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using Perl Modules

2005-10-11 Thread Madhur Kashyap
Hello, Is there a way possible by which I can use a perl module without installing it on the system? Some sort of equivalent for #include "/home/madhurk/myClass.h" which exists in C/C++ -- Thanks Madhur -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

perl modules woes

2005-12-09 Thread Brent Clark
Hi all Im busy experimenting with perl modules, and I keep getting this message, Undefined subroutine &main::labels called at /home/world/public_html/index.pl Below is my code for my test index.pl, and below that is my module. If someone would be kind as to overlook and share some tip

PERL MODULES PROBLEM

2002-12-08 Thread Dario Greco
hi to all, i need to calculate p-value of Student's t-test for many values. i've in input a TAB-delimited txt file in which there are many columns of numbers (they're means of values of alternatively "row data") for thousands of rows. I need in output of a TAB-delimited txt file with columns of

Re: Perl Modules

2008-04-16 Thread John W. Krahn
Monty wrote: Hope this is the right forum for this. I recently downloaded Curses-1.23.tar from CPAN for installation on to my Solaris 8 system. I installed the module in the same area as all my other perl modules: /usr/local/lib/perl5/5.8.5, but I noticed there's also a directory named

Re: Perl Modules

2008-04-16 Thread Rob Dixon
Monty wrote: > Hope this is the right forum for this. > > I recently downloaded Curses-1.23.tar from CPAN for installation on to > my Solaris 8 system. I installed the module in the same area as all > my other perl modules: /usr/local/lib/perl5/5.8.5, but I noticed > there&

Re: Perl Modules

2008-04-16 Thread Chas. Owens
On Apr 16, 2008, at 13:33, Monty wrote: Hope this is the right forum for this. I recently downloaded Curses-1.23.tar from CPAN for installation on to my Solaris 8 system. I installed the module in the same area as all my other perl modules: /usr/local/lib/perl5/5.8.5, but I noticed there&#

Re: Perl Modules

2008-04-17 Thread Monty
I see that there are instructions for installing the module on the CPAN website. Sorry to have bothered anyone. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Perl Modules

2008-05-04 Thread Richard Lee
Chas. Owens wrote: On Apr 16, 2008, at 13:33, Monty wrote: Hope this is the right forum for this. I recently downloaded Curses-1.23.tar from CPAN for installation on to my Solaris 8 system. I installed the module in the same area as all my other perl modules: /usr/local/lib/perl5/5.8.5, but I

Re: Perl Modules

2008-05-04 Thread Richard Lee
Richard Lee wrote: Chas. Owens wrote: On Apr 16, 2008, at 13:33, Monty wrote: Hope this is the right forum for this. I recently downloaded Curses-1.23.tar from CPAN for installation on to my Solaris 8 system. I installed the module in the same area as all my other perl modules: /usr/local

Re: Perl Modules

2008-05-04 Thread Richard Lee
Richard Lee wrote: Richard Lee wrote: Chas. Owens wrote: On Apr 16, 2008, at 13:33, Monty wrote: Hope this is the right forum for this. I recently downloaded Curses-1.23.tar from CPAN for installation on to my Solaris 8 system. I installed the module in the same area as all my other perl

Re: Perl Modules

2008-05-04 Thread Chas. Owens
area as all my other perl modules: /usr/local/lib/perl5/5.8.5, but I noticed there's also a directory named /usr/local/lib/perl5/site_perl. Under the directory 5.8.5, I untarred the file and it created a directory named Curse-1.23 and put everything under it. I moved the Curses.pm modu

Installing perl modules

2008-10-28 Thread Andy Cravens
Is there a way to have multiple users on a server using the perl at /usr/local/bin/perl and yet have their own personal perl modules that the other users can't see? I'm trying to figure out if there is a way to allow multiple users to install any and all perl modules thay ma

Re: PERL Modules

2002-04-04 Thread Jonathan E. Paton
> something. Didn't you use to be able to find individual modules for > download on CPAN without having to download an entire version of Perl? search.cpan.org, look on LHS. > I'm specifically looking for the Fcntl, POSIX, and Socket modules, > but it appears that you can only get those modules

Re: PERL Modules

2002-04-05 Thread Elaine -HFB- Ashton
Jonathan E. Paton [[EMAIL PROTECTED]] quoth: *>Correct, they are standard modules - apparently not available any other *>way... I presume so that you know the standard ones are working for a *>given version of perl. *> *>You *could* download Perl 5.6, and transplant them... and fix the minor *>pro

Re: perl-modules

2002-04-06 Thread Joe Raube
Sounds more like a linux distribution question - as if you are trying to install autoconf, and it requires a package called perl-modules. What distribution are you using? -Joe --- Robert Brandtjen <[EMAIL PROTECTED]> wrote: > Umm - I can't find this at cpan.org - does it hav

Re: perl-modules

2002-04-06 Thread Robert Brandtjen
Joe Raube wrote: >Sounds more like a linux distribution question - as if you are trying >to install autoconf, and it requires a package called perl-modules. > >What distribution are you using? > >-Joe > I'm using RH 7.2 - but ever since up2date installed perl 5.6.1,

Re: perl-modules

2002-04-06 Thread drieux
On Saturday, April 6, 2002, at 10:56 , Robert Brandtjen wrote: > I'm using RH 7.2 - but ever since up2date installed perl 5.6.1, my > perllocal.pod dose not see all of the installed perl modules in /usr/lib/ > perl5/5.6.1 and instead only sees the ones I installed for Interchan

Re: perl-modules

2002-04-06 Thread Robert Brandtjen
drieux wrote: > I bet you ran into the same thing I just noticed - namely > that your version of perl when you run perl -V, does not > happen to have any reference to > > /usr/lib/perl5/5.6.0 > > at all, which is where your previously installed packages are > > plan A: rebuild perl to be

Re: perl-modules

2002-04-06 Thread drieux
On Saturday, April 6, 2002, at 11:43 , Robert Brandtjen wrote: [..] >> plan A: rebuild perl to be 5.6.0 aware >> >> plan B: >> >> PERLLIB=/usr/lib/perl5/5.6.0:/usr/lib/perl5/site_perl/5.6.0 >> export PERLLIB > > > even after running that i get : > This is perl, v5.6.1 built for i386-linux

re: perl modules

2002-07-08 Thread William Black
Hi all, If someone does't have a certain perl module, where might one get it from? William Black _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe

re: perl modules

2002-07-08 Thread Peter Scott
At 01:38 PM 7/8/02 -0400, William Black wrote: >Hi all, > >If someone does't have a certain perl module, where might one get it from? http://search.cpan.org -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: perl modules?

2002-07-15 Thread Tanton Gibbs
ED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 15, 2002 1:48 PM Subject: perl modules? Hello, Boy this stuff can get frustrating I am trying to include my own perl module that is outside the regular @INC array. But my perl script still can not find it.. Any suggestions wo

Re: perl modules?

2002-07-15 Thread Mike(mickalo)Blezien
Chad, Try adding this at the top of the script: BEGIN { unshift(@INC, "./"); } instead of: push (@INC, '.'); >>On Mon, 15 Jul 2002 13:48:38 -0400, chad kellerman <[EMAIL PROTECTED]> wrote: >>Hello, >> >> Boy this stuff can get frustrating >> >> I am trying to include my own perl m

Re: perl modules?

2002-07-15 Thread Jeff 'japhy' Pinyan
On Jul 15, chad kellerman said: >I am trying to include my own perl module that is outside the regular >@INC array. But my perl script still can not find it.. Any suggestions >would be appreciated... >script.pm > >package Script; >BEGIN { > use Exporter; > @ISA = qw( Exporter ); >

Re: perl modules?

2002-07-15 Thread drieux
On Monday, July 15, 2002, at 11:01 , Jeff 'japhy' Pinyan wrote: > On Jul 15, chad kellerman said: > >> I am trying to include my own perl module that is outside the regular >> @INC array. But my perl script still can not find it.. Any suggestions >> would be appreciated... to amp on Jeff's no

Re: perl modules?

2002-07-16 Thread Paul Johnson
On Mon, Jul 15, 2002 at 06:06:29PM -0700, drieux wrote: > > On Monday, July 15, 2002, at 11:01 , Jeff 'japhy' Pinyan wrote: > > >On Jul 15, chad kellerman said: > > > >>package Script; > >>BEGIN { > >> use Exporter; > >> @ISA = qw( Exporter ); > >> @EXPORT = qw($serverList); > >>}

Re: perl modules?

2002-07-16 Thread drieux
On Tuesday, July 16, 2002, at 01:13 , Paul Johnson wrote: I think one of my unresolved concerns about the modules/libraries we have seen this month is this idea of using them to cache 'variables' that people want to access directly, rather than say, using them to cache 'objects' my

Re: perl modules

2006-12-18 Thread Adriano Ferreira
On 12/18/06, positive mind <[EMAIL PROTECTED]> wrote: In Linux, how do I check if a particular Perl module is installed or not on my system? $ perl -MSome::Module\ 99 -e '' will usually tell you something like $ perl -MYAML\ 99 -e '' YAML version 99 required--this is only version 0.62. BEGIN

Re: perl modules

2006-12-18 Thread Cy Kurtz
I use this: #!/usr/bin/perl print "Content-Type: text/html\n\n"; use ExtUtils::Installed; my $instmod = ExtUtils::Installed->new(); foreach my $module ($instmod->modules()) { my $version = $instmod->version($module) || "???"; print "$module -- $version"; print ""; } I don

Re: perl modules

2006-12-18 Thread Chad Perrin
On Mon, Dec 18, 2006 at 04:37:20PM +0530, positive mind wrote: > In Linux, how do I check if a particular Perl module is installed or not on > my system? TIMTOWTDI A couple useful examples have already been offered. Here's mine: perl -MSome::Module -e '' If the module is installed, it'll jus

Activer Perl Modules

2002-02-20 Thread Daniel Falkenberg
Just wondering if any one has seen this error before when installing a Active Perl Module. I have RTFM. I have run... c:\ppm then... PPM>install HTML-TableExtract.ppd but then I recieve the following error... Error installing package 'HTML-TableExtract.ppd': Error reading ../MSWin32-x86-mu

RE: Perl Modules

2002-03-19 Thread Hanson, Robert
Tuesday, March 19, 2002 7:24 AM To: perl beginners Subject: Perl Modules Hi All, I would like to use perl modules. I downloaded the module (Telnet.pm) and I copied it to /usr/perl5/5.00503/sun4-solaris . But I still get following error messages. What should I do? Can't locate Net/Telnet.

Re: Perl Modules

2002-03-19 Thread Elaine -HFB- Ashton
OZGUR GENC [[EMAIL PROTECTED]] quoth: *>Hi All, *>I would like to use perl modules. *>I downloaded the module (Telnet.pm) and I copied it to http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules e. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: build perl modules

2005-03-16 Thread Chris Devers
On Wed, 16 Mar 2005, Mahantesh Hongal wrote: > Can anybody let me know how to create our own modules in perl. Yes. (Hint, try Google, try introductory books (_Learning Perl_), try advanced books (_Object-Oriented Perl_), try examining other modules.) -- Chris Devers -- To unsubscribe, e-

RE: build perl modules

2005-03-16 Thread Moon, John
Hi, Can anybody let me know how to create our own modules in perl. Thanks in advance... Mahantesh V H The simple answer is: Create a file for the "sub" and save as a ".pm"... To include it in you main program... use lib "where/you/saved/the/sub"; use sub_you_saved; &sub_use_saved; That s

Re: build perl modules

2005-03-16 Thread Nicholas . Montpetit
Chris Devers <[EMAIL PROTECTED]> wrote on 03/16/2005 06:27:42 AM: > On Wed, 16 Mar 2005, Mahantesh Hongal wrote: > > > Can anybody let me know how to create our own modules in perl. > > Yes. > > (Hint, try Google, try introductory books (_Learning Perl_), try > advanced books (_Object-Oriented

Re: build perl modules

2005-03-16 Thread Steve Bertrand
>>> Can anybody let me know how to create our own modules in perl. >>> >> >> Yes. >> >> >> (Hint, try Google, try introductory books (_Learning Perl_), try >> advanced books (_Object-Oriented Perl_), try examining other >> modules.) >> > > Another good book is _Learning Perl Objects, References an

RE: build perl modules

2005-03-16 Thread Charles K. Clarkson
Mahantesh Hongal wrote: : Can anybody let me know how to create our own modules in perl. What would you like to place inside the modules? You can limit yourself to just subs or you can add data, methods, and objects. What is your intended end use of this module? H

Re: build perl modules

2005-03-16 Thread Peter Scott
nd I >> still refer to it all the time. > > I second this book wholeheartedly. Google is also a very good starting > point. Also "Creating Perl Modules for CPAN", by Tregar. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-m

Re: build perl modules

2005-03-16 Thread Wiggins d'Anconia
to it all the time. I second this book wholeheartedly. Google is also a very good starting point. Also "Creating Perl Modules for CPAN", by Tregar. (I think this may have already been mentioned here but if not) it was just opened for free download. http://www.apress.com/free/index.htm

Re: build perl modules

2005-03-16 Thread Mahantesh Hongal
"Charles K. Clarkson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Mahantesh Hongal wrote: > > : Can anybody let me know how to create our own modules in perl. > > What would you like to place inside the modules? You can > limit yourself to just subs

RE: build perl modules

2005-03-16 Thread Charles K. Clarkson
Mahantesh Hongal wrote: : : Just I want to place all my subs (functions) in one file i.e., module : and want to refer as and when it is needed. I can use 'require' for : this purpose but in require technique code will be included at : runtime and even if our script is wo

RE : build perl modules

2005-03-16 Thread Jose Nyimi
> -Message d'origine- > De : Charles K. Clarkson [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 16 mars 2005 19:27 > À : beginners@perl.org > Objet : RE: build perl modules > > What you are describing is called "exporting" (or "importing"

Determining standard perl modules

2005-03-17 Thread Gavin Henry
Dear all, How/where do I find out the standard bundled perl modules, like: use DirHandle; use Cwd; use Getopt::Std; use File::Path; use File::stat; use POSIX I am building some RPMS, and need to know if I have to explicitly define the module requirements, as they might already come with a

last installed perl modules

2005-06-04 Thread Johan Meskens CS3 jmcs3
hello i remember there is a terminal command which lists the last installed perl modules but i don't remember it well enough to actually know it please save memory ! kind regards jmcs3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

perl modules on Mac

2005-08-06 Thread Sagar Nargundkar
Hi, I was trying to install Math::Random and a few other modules on an iMac G5 working on Mac OS X 10.4 but I had some trouble doing that. The following message was displayed inspite of having administrative pivilages - mkdir /usr/local/man: Permission denied at /System/Library/Perl/5.8.6/ExtUtil

Re: Using Perl Modules

2005-10-11 Thread Jeff 'japhy' Pinyan
On Oct 11, Madhur Kashyap said: Is there a way possible by which I can use a perl module without installing it on the system? Some sort of equivalent for #include "/home/madhurk/myClass.h" which exists in C/C++ I take it you mean, "how can I tell Perl to look in a certain place for a module?"

Installing Perl Modules Locally

2005-11-26 Thread Mandar Rahurkar
Hi All, I am trying to install perl modules locally since I dont have a root aceess. I installed a local version of perl. However I am having problems installing modules: ExtUtils::AutoInstall 0.49 required. Install it from CPAN? [Y/n] y *** Installing ExtUtils::AutoInstall Password

Re: perl modules woes

2005-12-09 Thread John Doe
Brent Clark am Freitag, 9. Dezember 2005 11.16: > Hi all > > Im busy experimenting with perl modules, and I keep getting this message, > > Undefined subroutine &main::labels called at > /home/world/public_html/index.pl [...] >@EXPORT = qw( >

Re: perl modules woes

2005-12-09 Thread Brent Clark
John Doe wrote: @EXPORT = qw( $html &world_body_top &labels; ); typo: ";" after &labels and don't forget to also include use warnings; hth, joe AArghh I cant believe I didnt see that. Thanks for thi

perl modules for NT

2002-11-05 Thread Johnson, Shaunn
not locate a PPD file for package dbi PPM> version 2.1.6 PPM> [/snip error] --I'm thinking that the problem is that I can't get to --the ActiveState site due to the proxy configuration --of the company (although I can ping the site). --My question is: Where,exactly, can I download

Re: PERL MODULES PROBLEM

2002-12-09 Thread Ramprasad A Padmanabhan
what is a p-value ? Dario Greco wrote: hi to all, i need to calculate p-value of Student's t-test for many values. i've in input a TAB-delimited txt file in which there are many columns of numbers (they're means of values of alternatively "row data") for thousands of rows. I need in output of

gui with perl modules

2003-02-16 Thread Mikel Rodriguez
First of all I would like to introduce myself. I am new to the list and this is my first post. My name is Mikel, I am from Venezuela and am very interested in learning Perl. At the moment I am interested in building Gui's for some of the work I am doing with Perl under linux. I am having troubl

perl modules in java

2003-09-18 Thread Hari Fajri
Hi All, Is it possible to use module perl modules (let say DBD::Xbase) in java? i'm sorry posting this java question to this perl forum, because no body (able to) answer this question in java forum.

Re: Installing perl modules

2008-10-29 Thread Raymond Wan
Hi Andy, Andy Cravens wrote: Is there a way to have multiple users on a server using the perl at /usr/local/bin/perl and yet have their own personal perl modules that the other users can't see? ... During module install you can specify an alternate location to install the module

RE: Installing perl modules

2008-10-29 Thread Stewart Anderson
> Hi Andy, > > > Andy Cravens wrote: > > Is there a way to have multiple users on a server using the perl at > > /usr/local/bin/perl and yet have their own personal perl modules that > > the other users can't see? > > > ... > > During modul

Perl modules path related

2004-09-09 Thread Ajey Kulkarni
hi, I've a perl script which uses a perl module located in /tools/tools/perl/lib. If i want to change this path to say /tmp/perlNew/lib and make the script to fetch the new /tmp/perlNew/lib path. How can i do this?? TIA -Ajey -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Hi,, Regarding perl modules

2007-01-10 Thread Vikas Kumar Choudhary
Hi I am vikas here, just getting in perl.. can anybody told me to create modules and how to use these in our scripts.. Thanks Vikas Kumar Choudhary Software Engineer Bangalore-50078 Mobile:- 91-9886793145

Installing perl modules problem

2007-07-13 Thread Vivek Menon
Hello All, I am a beginner and I am trying to install a bioinformatics utility(Interproscan) on a Sun Solaris machine. This software is based on Perl packages and I am having problems installing some specific perl modules. Can someone help?? I need to install the following perl modules: Module XML

Working with Perl Modules

2001-12-06 Thread Sharat Hegde
Hello, I have been using Perl for some time but have not yet used the Perl modules. I wanted to start off with the HTML::Template module - it will save me a lot of effort if I can use it. I need to get this working on Windows (where I do my development) as well as on my 3rd party shared host

Re: Activer Perl Modules

2002-02-21 Thread Jenda Krynicky
From: "Daniel Falkenberg" <[EMAIL PROTECTED]> > Just wondering if any one has seen this error before when installing a > Active Perl Module. I have RTFM. I have run... > > c:\ppm > > then... > > PPM>install HTML-TableExtract.ppd > > but then I recieve the following error...

Net::Telnet perl modules

2002-02-27 Thread behnaz
Hi I am trying to install "Net::Telnet" perl modules on linux redhat 7.1 kernel 2.4.2. but i get this error when i run "make install" : PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harn

Perl modules and epic perl

2011-01-20 Thread DiGregorio, Dave
So my initial search has shown not too much information. However I am curious how others do this. I want to use my Eclipse IDE to create Perl Modules. Is there a way to do this? Or do I simply have to use the h2xs command then import the files to Eclipse afterwards? Thanks -Dave

Perl modules that "phone home"

2011-07-29 Thread Marc
When placing test orders in my re-factored shopping cart on my MacBook Pro, Little Snitch is warning me that Perl is trying to connect to the following servers when an order is completed and the confirmation e-mail is being sent to the customer: nullmx.yourdomain.com wdfgh.com mailsr

Problems installing CPAN perl modules

2004-11-27 Thread Matthias Kraatz
Hi, first, on my home computer under cygwin installing the modules works just fine. In contrast, the same task on a Sun (SunOS 5.9/sparc) gives me a headache. I don't have root access, so I define all the paths manually. In detail, I do perl Makefile.PL `cat ~/.perl_dirs` in the modules direc

Re: Determining standard perl modules

2005-03-17 Thread Chris Charley
- Original Message - From: "Gavin Henry" <[EMAIL PROTECTED]> Newsgroups: perl.beginners To: Sent: Thursday, March 17, 2005 4:05 AM Subject: Determining standard perl modules Dear all, How/where do I find out the standard bundled perl modules Hello Gavin, perldoc per

Re: Determining standard perl modules

2005-03-17 Thread Offer Kaye
On Thu, 17 Mar 2005 10:48:30 -0500, Chris Charley wrote: > > > Dear all, > > > > How/where do I find out the standard bundled perl modules > > Hello Gavin, > > perldoc perlmodlib > > and then scroll to Standard Modules > > Chris > Or on

Re: Determining standard perl modules

2005-03-18 Thread Gavin Henry
> On Thu, 17 Mar 2005 10:48:30 -0500, Chris Charley wrote: >> >> > Dear all, >> > >> > How/where do I find out the standard bundled perl modules >> >> Hello Gavin, >> >> perldoc perlmodlib >> >> and then scroll to

Re: last installed perl modules

2005-06-04 Thread Xavier Noria
On Jun 4, 2005, at 10:39, Johan Meskens CS3 jmcs3 wrote: hello i remember there is a terminal command which lists the last installed perl modules but i don't remember it well enough to actually know it Perhaps you mean perldoc perllocal ? -- fxn -- To unsubscribe, e-mail: [

Re: perl modules on Mac

2005-08-06 Thread Jan Eden
Sagar Nargundkar wrote on 06.08.2005: >Hi, > >I was trying to install Math::Random and a few other modules on an >iMac G5 working on Mac OS X 10.4 but I had some trouble doing that. >The following message was displayed inspite of having administrative >pivilages - > >mkdir /usr/local/man: Permissi

how to use perl modules

2005-09-27 Thread Abhishek Dave
hello all, i've wrote a small test subroutine in my file name test.pm and in the same directory i worte a perl file in which i've to call this subroutine in this perl program I dont know how to use perl modules pls let me knwo abt that as it will solve my lots of problems te

Impossible to install Perl modules

2014-07-08 Thread Bob Sauvage
Hi there,  I'm not able to install any perl modules on one of my RedHat 6.5 servers. Hereunder the issue:  [root@xxx jmx4perl-1.10]#cpan Config::General CPAN: Storable loaded ok (v2.20) Going to read '/root/.cpan/Metadata' Database was generated on Tue, 08 Jul 2014 07:29:02 GMT

Re: Installing Perl Modules Locally

2005-11-28 Thread Eric Pretorious
2005-11-26 at 14:18 -0600, Mandar Rahurkar wrote: > Hi All, > I am trying to install perl modules locally since I dont have a > root aceess. I installed a local version of perl. However I > am having problems installing modules: > > ExtUtils::AutoInstall 0.49 requ

RE: perl modules for NT

2002-11-05 Thread Kipp, James
>> > D:\PERL\BIN>ppm > PPM interactive shell (2.1.6) - type 'help' for available commands. > PPM> install dbi > Install package 'dbi?' (y/N): y > Installing package 'dbi'... > Error installing package 'dbi': Could not locate a PPD file > for package dbi > PPM> version > 2.1.6 > PPM> > > [/snip e

Re: perl modules for NT

2002-11-05 Thread Jenda Krynicky
From: "Johnson, Shaunn" <[EMAIL PROTECTED]> > --I've installed ActiveState 2.1.6 on Windows NT serv. pak 6. No you did not. You installed ActiveState ActivePerl 6xx which is Perl version 5.6.1 + some patches. If you want to know the exact version run perl -v Only the PPM installed with

Re: perl modules for NT

2002-11-05 Thread dan
funny, i used the ppm to install DBI on my server, it's a win2k service pack 3, but nevertheless, still the same perl software. try: ppm> install DBI case sensitive.. maybe? dan "James Kipp" <[EMAIL PROTECTED]> wrote in message news:EC6C49DE5C846143AA2CE580420E77C331D09D@;xexwlm05.mbnainternati

RE: perl modules for NT

2002-11-05 Thread ss004b3324
Hi Shaunn, I am running W2K SP3 and it installs OK. > pmm>install DBD-Oracle PPM> install dbd::oracle Install package 'dbd-oracle?' (y/N): y Installing package 'dbd-oracle'... Bytes transferred: 92963 Installing C:\Perl\site\lib\auto\DBD\Oracle\Oracle.bs Installing C:\Perl\site\lib\auto\DBD\Oracle

RE: perl modules for NT

2002-11-05 Thread Timothy Johnson
der.co.uk] Sent: Tuesday, November 05, 2002 3:07 PM To: Beginners Subject: RE: perl modules for NT Hi Shaunn, I am running W2K SP3 and it installs OK. > pmm>install DBD-Oracle PPM> install dbd::oracle Install package 'dbd-oracle?' (y/N): y Installing package 'dbd-oracle&#x

perl modules for a webhost

2002-11-21 Thread Jerry M . Howell II
Hello there all again, I would like to know what perl modules Are probably used most often on a webhost server. I had someone try and run the Ikonboard and I found out we didn't have the module installed, after I installed it the board ran flawless but it also got me thinking about al

RE: gui with perl modules

2003-02-16 Thread Beau E. Cox
Hi - welcome to Perl! > -Original Message- > From: Mikel Rodriguez [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 16, 2003 3:48 AM > To: [EMAIL PROTECTED] > Subject: gui with perl modules > > > First of all I would like to introduce myself. I am new to the

Re: gui with perl modules

2003-02-16 Thread Mikel Rodriguez
Rodriguez [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, February 16, 2003 3:48 AM > > To: [EMAIL PROTECTED] > > Subject: gui with perl modules > > > > > > First of all I would like to introduce myself. I am new to the > > list and this > > is my first pos

RE: gui with perl modules

2003-02-16 Thread Beau E. Cox
Hi Mikel - > -Original Message- > From: Mikel Rodriguez [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 16, 2003 4:57 AM > To: Beau E. Cox; [EMAIL PROTECTED] > Subject: Re: gui with perl modules > > > Thank you for your response. > I have taken your addiv

Re: gui with perl modules

2003-02-16 Thread Wiggins d'Anconia
Beau E. Cox wrote: I almost *always* use this old-style config/make/install sequence - rather than the CPAN shell - because I feel like I have more control of the process and I can read the README, INSTALL, etc. files before starting. Just haven't read up on CPAN enough ;-) (neither had I u

RE: gui with perl modules

2003-02-16 Thread Beau E. Cox
Yeah, but... > -Original Message- > From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 16, 2003 6:20 AM > To: Beau E. Cox > Cc: [EMAIL PROTECTED] > Subject: Re: gui with perl modules > > > > > Beau E. Cox wrote: > >

Re: gui with perl modules

2003-02-16 Thread Wiggins d'Anconia
Beau E. Cox wrote: Yeah, but... Ditto. 1) I am a creature of habit and my fingers have 'memorized' perl Makefile.PL, make, ... 2) In the early days of the CPAN shell I had a lot of problems and my brain can't forget them... 3) I am a closet power freak, and I like feeling I am in contro

Re: perl modules in java

2003-09-18 Thread simran
13:42, Hari Fajri wrote: > Hi All, > > Is it possible to use module perl modules (let say DBD::Xbase) in java? > i'm sorry posting this java question to this perl forum, > because no body (able to) answer this question in java forum. -- To unsubscribe, e-mail: [EMAIL

Command line installing perl modules

2008-01-31 Thread Bobby
Hi, I'm trying to figure out how to install perl modules from command line (to automate the install process). CPAN allowed me to d/l direct which results in tarballs. Are there any caveats to watch out for when installing them this way? This will be done only on brand new Slackwa

Source code of Perl Modules?

2001-08-28 Thread Rahul Garg
>From where can I get the source code for modules of perl(exact path),specifically of >LWP and CGI.pm thanx, Rahul

  1   2   3   >