Re: Can the Perl module Date::Calc be added to Cygwin please?

2016-02-28 Thread Bob Goolsby
Mornin' -- You will need to direct the request to the Cygwin Project ( https://www.cygwin.com/ ). B On Sun, Feb 28, 2016 at 4:22 PM, Kenneth Wolcott <kennethwolc...@gmail.com> wrote: > Hi; > > Can the Perl module Date::Calc be added to Cygwin please? > >

Can the Perl module Date::Calc be added to Cygwin please?

2016-02-28 Thread Kenneth Wolcott
Hi; Can the Perl module Date::Calc be added to Cygwin please? Thanks, Ken Wolcott -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

BTSP Perl Module ?

2015-07-23 Thread Farrukh Aslam
Hello all, Has anyone here used or programmed Broadcom's BTSP perl module ? Best regards.

Still Trying to Understand Perl Module Control Process

2014-01-14 Thread Martin G. McCormick
I am using cpanp or cpan plus to handle perl modules on a FreeBSD system. If I give the command cpanp -i Net::DNS it installs Net::DNS 0.73. Normally, this is exactly what one would want it to do but Net::DNS0.73 is buggy. At least one bug causes domain name server or DNS updates to fail

Re: Still Trying to Understand Perl Module Control Process

2014-01-14 Thread David Precious
On Mon, 13 Jan 2014 10:32:14 -0600 Martin G. McCormick mar...@server1.shellworld.net wrote: I am using cpanp or cpan plus to handle perl modules on a FreeBSD system. If I give the command cpanp -i Net::DNS it installs Net::DNS 0.73. Normally, this is exactly what one would want it to

Re: Best Way to Downgrade Perl Module Net::DNS

2014-01-10 Thread Martin G. McCormick
Shlomi Fish writes: Hi Martin, see https://metacpan.org/release/App-pmuninstall . and just for reference, when using Mageia Linux, I normally prefer packaging every CPAN distrbution as an .rpm using the tools given here: Thank you. I appreciate this. I use both Linux and

Best Way to Downgrade Perl Module Net::DNS

2014-01-09 Thread Martin G. McCormick
I have been writing a perl script that uses the Net::DNS modules. After banging my head, so to speak for many days, I asked on a DNS-related discussion list for help in figuring out why name server updates had started always failing with errors about not auth and BADKEY when I seem to

Re: Best Way to Downgrade Perl Module Net::DNS

2014-01-09 Thread Shlomi Fish
Hi Martin, see https://metacpan.org/release/App-pmuninstall . and just for reference, when using Mageia Linux, I normally prefer packaging every CPAN distrbution as an .rpm using the tools given here: * http://perl-begin.org/topics/cpan/wrappers-for-distributions/ *

When to define an external dependent in perl module?

2012-12-28 Thread chenlin rao
I found https://metacpan.org/module/Module::Install#requires_external_bin . But it can't auto install the `require_external` system packages now. Another way I thought is pack my perl scripts as rpm and define the require perl modules as rpm dependment. But not all CPAN module has rpm in yum.repo.

Re: When to define an external dependent in perl module?

2012-12-28 Thread Shlomi Fish
Hi Chenlin, On Fri, 28 Dec 2012 20:13:48 +0800 chenlin rao rao.chen...@gmail.com wrote: I found https://metacpan.org/module/Module::Install#requires_external_bin . But it can't auto install the `require_external` system packages now. Another way I thought is pack my perl scripts as rpm and

Perl module for CSV output

2012-10-24 Thread jet speed
Hi All, i have a requirement to output of hash from a perl script into a CSV format. Please could you advice what is the best perl module to achieve this. Thanks Sj

Re: Perl module for CSV output

2012-10-24 Thread Lawrence Statton
On 10/24/2012 10:58 AM, jet speed wrote: Hi All, i have a requirement to output of hash from a perl script into a CSV format. Please could you advice what is the best perl module to achieve this. Thanks Sj Either Text::CSV or Text::CSV_XS depending on your bias for Pure-Perl

Re: simplestic perl module

2012-10-17 Thread j...@dodec.lt
: simplestic perl module Hi Rajeev, On Tue, 9 Oct 2012 08:54:31 -0700 (PDT) Rajeev Prasad rp.ne...@yahoo.com wrote: I want to execute this routine which is to be supplied two(sometimes three) string variables. and will return two string variables. I want to keep this routine in a separate file

Re: simplestic perl module

2012-10-17 Thread Shlomi Fish
Hi Rajeev, On Tue, 16 Oct 2012 22:07:48 -0700 (PDT) Rajeev Prasad rp.ne...@yahoo.com wrote: Hello Shlomi, thx for the help. I tried and it worked. however I have few confusions. I tried it two ways (one yours and one from another website)  I am not sure what is different between the two

Re: simplestic perl module

2012-10-17 Thread Shlomi Fish
Hi jv, On Wed, 17 Oct 2012 09:38:00 +0300 j...@dodec.lt j...@dodec.lt wrote: Hi, I started to monitor this list not a while ago and just wanted to ask what is @ISA and @EXPORT here and how they are related to those our variables ? our is a way to declare package-scope variables, see: *

Re: simplestic perl module

2012-10-16 Thread Rajeev Prasad
...@yahoo.com Cc: perl list beginners@perl.org Sent: Tuesday, October 9, 2012 11:33 AM Subject: Re: simplestic perl module Hi Rajeev, On Tue, 9 Oct 2012 08:54:31 -0700 (PDT) Rajeev Prasad rp.ne...@yahoo.com wrote: I want to execute this routine which is to be supplied two(sometimes three) string variables

simplestic perl module

2012-10-09 Thread Rajeev Prasad
I want to execute this routine which is to be supplied two(sometimes three) string variables. and will return two string variables. I want to keep this routine in a separate file. how to do it? something like: ($var1,$var2) = routine arg1 arg2 I am either looking to keep this routine in a

Re: simplestic perl module

2012-10-09 Thread Shlomi Fish
Hi Rajeev, On Tue, 9 Oct 2012 08:54:31 -0700 (PDT) Rajeev Prasad rp.ne...@yahoo.com wrote: I want to execute this routine which is to be supplied two(sometimes three) string variables. and will return two string variables. I want to keep this routine in a separate file. how to do it?

Re: simplestic perl module

2012-10-09 Thread timothy adigun
Hi, On Tue, Oct 9, 2012 at 4:54 PM, Rajeev Prasad rp.ne...@yahoo.com wrote: I want to execute this routine which is to be supplied two(sometimes three) string variables. and will return two string variables. I want to keep this routine in a separate file. how to do it? You might want to

a qustion about net::ssh::perl Module

2012-06-26 Thread 袁佳
hello lists recently i use the net::ssh::perl Module. i have install it by cpan , but oths pc i do not install , for some reason it did not use internet , so i can not use cpan , we know the net::ssh::perl Depend some modules,i do not know the easy way to install it help me! thanks

Re: a qustion about net::ssh::perl Module

2012-06-26 Thread Praveen Kumar
On Wed, Jun 27, 2012 at 9:13 AM, 袁佳 xiyoulaoyuan...@gmail.com wrote: hello lists recently i use the net::ssh::perl Module. i have install it by cpan , but oths pc i do not install , for some reason it did not use internet , so i can not use cpan , we know the net::ssh::perl Depend some

Re: how to install a perl module which was downloaded in windows

2012-04-21 Thread timothy adigun
Hi, vik == viknesh salivahanan viknesh@gmail.com wrote: vik Hi Gurus, vikNeed a help with an install in Windows server. vikWe want to install mail::sender module in a windows server but ppm -install From the Command Line interface, you can do: perl -MCPAN -eshell

Re: how to install a perl module which was downloaded in windows

2012-04-21 Thread Zheng Du
Hi Viki, Dunno why you can not use ppm -install. If you are using a proxy, you can specify the proxy for ppm in env. If your server is offline server, try to use perl Makefile.pl; make, basically the Makefile.pl resides in the package. DZ 2012/4/21 viknesh salivahanan viknesh@gmail.com

how to install a perl module which was downloaded in windows

2012-04-20 Thread viknesh salivahanan
Hi Gurus, Need a help with an install in Windows server. We want to install mail::sender module in a windows server but ppm -install is not an option for us. Please guide me with the steps to install the downloaded file module from CPAN site. Thanks for you help. Thanks, Viki -- our motto:

RE: how to install a perl module which was downloaded in windows

2012-04-20 Thread Jack Maney
From the command line, type: cpan Mail::Sender -Original Message- From: viknesh salivahanan [mailto:viknesh@gmail.com] Sent: Friday, April 20, 2012 2:46 PM To: beginners@perl.org Subject: how to install a perl module which was downloaded in windows Hi Gurus, Need a help

Active Perl module and ImageMagick

2012-02-20 Thread Skirv
I cant seem to get this module to work at all. I have Windows 7 Pro 64bit, Apache 2.2.14, Active Perl 5.14.2.1402 64 bit. Then I installed... ImageMagick-6.7.5-6-Q16-windows-x64-dll.exe. I checked the box that said Install PerlMagick for ActiveState Perl c51412.2 build 1402 I can run perl

Re: Active Perl module and ImageMagick

2012-02-20 Thread Sisyphus
- Original Message - From: Skirv Apache web log reports this error. Can't locate loadable object for module Image::Magick in @INC (@INC contains: C:/Perl64/site/lib C:/Perl64/lib .) The loadable object is the file auto/Image/Magick/Magick.dll, and it will look for that file under

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-13 Thread Randal L. Schwartz
Parag == Parag Kalra paragka...@gmail.com writes: Parag Do we have any Perl module which can parse any other perl script Parag (or module) and fetch information like total number of arrays Parag being used, total number of hashes, total number of scalar Parag variables etc and size information

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-09 Thread Shawn H Corey
On 12-02-08 05:20 PM, Parag Kalra wrote: Do we have any Perl module which can parse any other perl script (or module) and fetch information like total number of arrays being used, total number of hashes, total number of scalar variables etc and size information (like total elements, total keys

Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Parag Kalra
Do we have any Perl module which can parse any other perl script (or module) and fetch information like total number of arrays being used, total number of hashes, total number of scalar variables etc and size information (like total elements, total keys etc) for each data structure in that perl

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Steve Bertrand
On 2012.02.08 17:20, Parag Kalra wrote: Do we have any Perl module which can parse any other perl script (or module) and fetch information like total number of arrays being used, total number of hashes, total number of scalar variables etc and size information (like total elements, total keys

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Jeff Peng
于 2012-2-9 10:15, Steve Bertrand 写道: I would suspect that this would be something that would have to run against the file itself, even prior to compile. Curious task. Might I ask what the purpose of your desire is? I am also not sure what's the special purpuse of the OP. Some modules on

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Parag Kalra
By data-structures being used, I mean the data structures that are actually *declared* in the script. And is it possible to find at least the data-structures stats of the current script that is getting executed if no parser is available. For example if I have a big script or module and if I want

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Jeff Peng
于 2012-2-9 15:21, Parag Kalra 写道: By data-structures being used, I mean the data structures that are actually *declared* in the script. And is it possible to find at least the data-structures stats of the current script that is getting executed if no parser is available. For example if I

RE: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread Nemana, Satya
...@gmail.com] Sent: 23 January 2012 18:25 To: beginners@perl.org Subject: Re: How to compile just the current perl module, ignoring all the other included modules On 12-01-23 12:38 PM, Nemana, Satya wrote: I tried perl -c also with the same results. It takes 4-5 minutes to know that I missed

Re: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread Rob Dixon
On 27/01/2012 12:58, Nemana, Satya wrote: Hi Shawn How do I use this option of -MO=Deparse when executing a perl script with an embedded #! Prompt? Our scripts start with the line #!/ats/bin/perl -w I tried adding the parameters here, but got the following errors Too late for -MO=Deparse

RE: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread Nemana, Satya
or execution of the program? Thanks, Satya -Original Message- From: Rob Dixon [mailto:rob.di...@gmx.com] Sent: 27 January 2012 15:19 To: beginners@perl.org Cc: Nemana, Satya Subject: Re: How to compile just the current perl module, ignoring all the other included modules On 27/01/2012

Re: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread timothy adigun
Dixon [mailto:rob.di...@gmx.com] Sent: 27 January 2012 15:19 To: beginners@perl.org Cc: Nemana, Satya Subject: Re: How to compile just the current perl module, ignoring all the other included modules On 27/01/2012 12:58, Nemana, Satya wrote: Hi Shawn How do I use this option of -MO

Re: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread timothy adigun
verbose in the compilation or execution of the program? Thanks, Satya -Original Message- From: Rob Dixon [mailto:rob.di...@gmx.com] Sent: 27 January 2012 15:19 To: beginners@perl.org Cc: Nemana, Satya Subject: Re: How to compile just the current perl module, ignoring all the other

RE: How to compile just the current perl module, ignoring all the other included modules

2012-01-27 Thread Nemana, Satya
the current perl module, ignoring all the other included modules what you want I mean! thanks On Fri, Jan 27, 2012 at 5:45 PM, timothy adigun 2teezp...@gmail.com wrote: Hi Satya, On Fri, Jan 27, 2012 at 5:29 PM, Nemana, Satya snem...@sonusnet.com wrote: Hi Rob All I got from this exercise

Re: How to compile just the current perl module, ignoring all the other included modules

2012-01-25 Thread Peter Scott
On Mon, 23 Jan 2012 12:38:44 -0500, Nemana, Satya wrote: I tried perl -c also with the same results. It takes 4-5 minutes to know that I missed a some where. It is very painful. 4-5 minutes?! Either you have an unbearably slow computer or something is not right. Please post details. It

Re: How to compile just the current perl module, ignoring all theother included modules

2012-01-25 Thread Dr.Ruud
On 2012-01-25 15:34, Peter Scott wrote: On Mon, 23 Jan 2012 12:38:44 -0500, Nemana, Satya wrote: I tried perl -c also with the same results. It takes 4-5 minutes to know that I missed a some where. It is very painful. 4-5 minutes?! Either you have an unbearably slow computer or something

How to compile just the current perl module, ignoring all the other included modules

2012-01-23 Thread Nemana, Satya
Hi Gurus I have to compile a perl module which includes a lot of other modules. The other modules will not change during compilations of my current module. Only my current module keeps on changing. The compiler however starts compiling from all the modules included in the current module

Re: How to compile just the current perl module, ignoring all the other included modules

2012-01-23 Thread Shawn H Corey
On 12-01-23 11:20 AM, Nemana, Satya wrote: Hi Gurus I have to compile a perl module which includes a lot of other modules. The other modules will not change during compilations of my current module. Only my current module keeps on changing. The compiler however starts compiling from all

RE: How to compile just the current perl module, ignoring all the other included modules

2012-01-23 Thread Nemana, Satya
To: beginners@perl.org Subject: Re: How to compile just the current perl module, ignoring all the other included modules On 12-01-23 11:20 AM, Nemana, Satya wrote: Hi Gurus I have to compile a perl module which includes a lot of other modules. The other modules will not change during compilations of my

Re: How to compile just the current perl module, ignoring all the other included modules

2012-01-23 Thread Shawn H Corey
On 12-01-23 12:38 PM, Nemana, Satya wrote: I tried perl -c also with the same results. It takes 4-5 minutes to know that I missed a some where. It is very painful. Is there no other way? That's very unusual, most scripts take only a few seconds to compile. Try: perl -MO=Deparse MyModule.pm

Re: Perl module for Gmail

2011-11-29 Thread Peter Scott
On Sun, 20 Nov 2011 12:27:31 -0800, samjesse wrote: I need a Perl script which will connect to my gmail and download the unread emails from a certain folder. But not all the unread emails, only those with a certain subjects and from a certain sender. after that mark them as read and leave them

Perl module for Gmail

2011-11-21 Thread samjesse
Hi Can you recommend a good to use Perl module for getting certain new emails from my gmail? thx -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Perl module for Gmail

2011-11-21 Thread samjesse
I need a Perl script which will connect to my gmail and download the unread emails from a certain folder. But not all the unread emails, only those with a certain subjects and from a certain sender. after that mark them as read and leave them on the server. those emails must be stored appended in

Re: Perl module for Gmail

2011-11-21 Thread Shlomi Fish
Hi samjesse, On Sun, 20 Nov 2011 12:27:31 -0800 (PST) samjesse rev...@gmail.com wrote: I need a Perl script which will connect to my gmail and download the unread emails from a certain folder. But not all the unread emails, only those with a certain subjects and from a certain sender. after

Re: Perl module for Gmail

2011-11-21 Thread shawn wilson
Imap? Net::IMAP or IMAP::Client On Nov 21, 2011 3:31 AM, samjesse rev...@gmail.com wrote: Hi Can you recommend a good to use Perl module for getting certain new emails from my gmail? thx -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail

turnign a script into a perl module

2011-09-15 Thread Rajeev Prasad
Based on earlier suggestion by list-members, I think the best way to run a script inside a script is to turn the inner script into a module of subroutines.   I have few questions:   given a sample script style: __ #!/usr/bin/perl -w use

Re: turnign a script into a perl module

2011-09-15 Thread Jim Gibson
On 9/15/11 Thu Sep 15, 2011 11:58 AM, Rajeev Prasad rp.ne...@yahoo.com scribbled: Based on earlier suggestion by list-members, I think the best way to run a script inside a script is to turn the inner script into a module of subroutines.   I have few questions:   given a sample script

Re: turnign a script into a perl module

2011-09-15 Thread David Christensen
On 09/15/2011 11:58 AM, Rajeev Prasad wrote: ... turn the inner script into a module of subroutines. ... how would i turn this into a module which can be called from another script? ... I'd suggest buying and reading Intermediate Perl: http://shop.oreilly.com/product/9780596102067.do

Re: Problem installing perl module

2011-08-26 Thread Chankey Pathak
On Aug 11, 4:25 pm, shawnhco...@gmail.com (Shawn H Corey) wrote: On 11/08/11 03:27 AM, Chankey Pathak wrote: I downloaded the Tk module. Unpacked it by zcat Tk800.0_01.tar.gz | tar xf - then cd to that directory (cd Tk-804.029_500) then perl Makefile.PL and I got this

How can I install a perl module without a root authority?

2011-08-16 Thread universe sheep
Without a root permission, I can't install perl module through normal way such as CPAN. But I have to use this module(XML::Quote). I have tried to copy the .pm file to my own lib directory directly, but it says can't locate loadable perl module . Is there any other way to install perl modules

Re: How can I install a perl module without a root authority?

2011-08-16 Thread marcos rebelo
Look to local::lib in http://search.cpan.org/~apeiron/local-lib/lib/local/lib.pm On Tue, Aug 16, 2011 at 18:02, universe sheep xydh...@gmail.com wrote: Without a root permission, I can't install perl module through normal way such as CPAN. But I have to use this module(XML::Quote). I have

Re: How can I install a perl module without a root authority?

2011-08-16 Thread Wernher Eksteen
place, if the security policy allows it etc etc... Otherwise you will need to localise things to your account using local:lib Good luck On 16 August 2011 18:02, universe sheep xydh...@gmail.com wrote: Without a root permission, I can't install perl module through normal way such as CPAN. But I

Re: How can I install a perl module without a root authority?

2011-08-16 Thread universe sheep
: Without a root permission, I can't install perl module through normal way such as CPAN. But I have to use this module(XML::Quote). I have tried to copy the .pm file to my own lib directory directly, but it says can't locate loadable perl module . Is there any other way to install perl modules

Problem installing perl module

2011-08-11 Thread Chankey Pathak
I downloaded the Tk module. Unpacked it by zcat Tk800.0_01.tar.gz | tar xf - then cd to that directory (cd Tk-804.029_500) then perl Makefile.PL and I got this output: http://i.stack.imgur.com/FZWWI.png I'm using RHEL6. I installed the missing packages and then the perl Makefile.PL worked fine

Re: Problem installing perl module

2011-08-11 Thread Shawn H Corey
On 11/08/11 03:27 AM, Chankey Pathak wrote: I downloaded the Tk module. Unpacked it by zcat Tk800.0_01.tar.gz | tar xf - then cd to that directory (cd Tk-804.029_500) then perl Makefile.PL and I got this output: http://i.stack.imgur.com/FZWWI.png I'm using RHEL6. I installed the missing packages

one simple perl module for authentication

2011-08-10 Thread Rajeev Prasad
hi, is there one simple perl module which will do authentication based on user database in mysql? 1. secure whole website not just the cgi scripts. 2. login/logut/session-ids/cookies. thank you. Rajeev

Re: Help on Net::Telnet perl module

2011-07-11 Thread John Mason Jr
On 7/9/2011 2:46 PM, Irfan Sayed wrote: modified the code. my $t = new Net::Telnet (Timeout = 20, Prompt = '/bash\$ $/', Dump_Log = $filename, Input_log = $file, Errmode

Re: Help on Net::Telnet perl module

2011-07-09 Thread Irfan Sayed
output of ls command/ this is also not happening plz suggest From: Jim Gibson jimsgib...@gmail.com To: Irfan Sayed irfan_sayed2...@yahoo.com; beginners@perl.org Sent: Saturday, July 9, 2011 4:08 AM Subject: Re: Help on Net::Telnet perl module You chose

Help on Net::Telnet perl module

2011-07-08 Thread Irfan Sayed
hi, i am using Net::Telnet module to connect to remote hosts i able to to successfully connect to remote host and run the ls command but the issue is , the output of command is not getting printed to scalar variable use Net::Telnet (); $t = new Net::Telnet (Timeout = 10, Prompt = '/bash\$

Re: Help on Net::Telnet perl module

2011-07-08 Thread Jim Gibson
On 7/8/11 Fri Jul 8, 2011 5:59 AM, Irfan Sayed irfan_sayed2...@yahoo.com scribbled: hi, i am using Net::Telnet module to connect to remote hosts i able to to successfully connect to remote host and run the ls command but the issue is , the output of command is not getting printed to

Re: Help on Net::Telnet perl module

2011-07-08 Thread Irfan Sayed
From: Jim Gibson jimsgib...@gmail.com To: Perl Beginners beginners@perl.org Sent: Friday, July 8, 2011 10:47 PM Subject: Re: Help on Net::Telnet perl module You chose to allow Jim Gibson (jimsgib...@gmail.com) even though this message failed authentication Click to disallow

Re: Help on Net::Telnet perl module

2011-07-08 Thread Jim Gibson
On 7/8/11 Fri Jul 8, 2011 12:43 PM, Irfan Sayed irfan_sayed2...@yahoo.com scribbled: here is the actual code use Net::Telnet; $telnet = new Net::Telnet ( Timeout=10, Errmode='die'); $telnet-open('10.216.119.53'); $telnet-waitfor('/login: $/i'); $telnet-print('abc');

Re: any perl module where i could call a svn export function.

2011-04-19 Thread Rob Dixon
On 19/04/2011 06:58, Agnello George wrote: Would just like to know if there is any perl module where i could call a svn export function. Why not take a look yourself! As per my reply to your previous post, SVN::Client does what you want http://search.cpan.org/~mschwern/Alien-SVN-v1.6.12.1

any perl module where i could call a svn export function.

2011-04-18 Thread Agnello George
HI Would just like to know if there is any perl module where i could call a svn export function. -- Regards Agnello D'souza

Re: permission denied for Net::SSH::Perl module

2011-02-17 Thread Irfan Sayed
Hi All, I am still facing the issue. can someone please suggest ?? ~irfan --- On Thu, 2/10/11, Irfan Sayed irfan_sayed2...@yahoo.com wrote: From: Irfan Sayed irfan_sayed2...@yahoo.com Subject: permission denied for Net::SSH::Perl module To: beginners@perl.org Date: Thursday, February 10, 2011

Re: permission denied for Net::SSH::Perl module

2011-02-17 Thread Nathan Barham
Sayedirfan_sayed2...@yahoo.com Subject: permission denied for Net::SSH::Perl module To: beginners@perl.org Date: Thursday, February 10, 2011, 11:09 AM Hi All, i am using Perl :net:ssh module to connect remotely to server and execute the remote command following is the code : my %opt = ( 'options

Re: permission denied for Net::SSH::Perl module

2011-02-17 Thread Rob Dixon
On 17/02/2011 11:42, Irfan Sayed wrote: Hi All, I am still facing the issue. can someone please suggest ?? ~irfan --- On Thu, 2/10/11, Irfan Sayedirfan_sayed2...@yahoo.com wrote: From: Irfan Sayedirfan_sayed2...@yahoo.com Subject: permission denied for Net::SSH::Perl module

permission denied for Net::SSH::Perl module

2011-02-10 Thread Irfan Sayed
Hi All, i am using Perl :net:ssh module to connect remotely to server and execute the remote command following is the code : my %opt = ( 'options' = [ 'ForwardAgent yes','RSAuAuthentication yes','ConnectTimeout 120','ServerAliveInterval 60','ServerAliveCountMax 20','debug 1','identity_files

perl module to search for misspellings

2010-10-06 Thread Noah
Hi there List members, I have millions of SQL records that I searching with lots of poorly entered data and I am trying to match these records based on matching text. I am wondering if there are clever perl modules for textual searching that have algorithms to include text that are

Re: perl module to search for misspellings

2010-10-06 Thread Jeff Peng
Hi there List members, I have millions of SQL records that I searching with lots of poorly entered data and I am trying to match these records based on matching text. A database with well designed tables should be processing the data much faster than perl IMO. -- To unsubscribe, e-mail:

Re: Perl module Net::Oping Error

2009-08-25 Thread Dr.Ruud
fzz wrote: print Latency to `one' is . $ret-{'www.example.org'} . \n; Why is there a backquote in that string? -- Ruud -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

RE: Perl module Net::Oping Error

2009-08-25 Thread Ajay Kumar
...@isolution.nl] Sent: Monday, August 24, 2009 11:15 PM To: beginners@perl.org Subject: Re: Perl module Net::Oping Error fzz wrote: print Latency to `one' is . $ret-{'www.example.org'} . \n; Why is there a backquote in that string? -- Ruud -- To unsubscribe, e-mail: beginners-unsubscr

Perl module Net::Oping Error

2009-08-23 Thread fzz
hi allI installed Net::Oping module. I run it ,but I can't get right values . Please give me some light. Thanks in advance. I write these code: #!/usr/bin/perl use Net::Oping (); my $obj = Net::Oping-new (); $obj-host_add (qw(www.example.org)); my $ret = $obj-ping (); print

Re: Perl module Net::Oping Error

2009-08-23 Thread Chas. Owens
the Perl Module.  my $my_err_msg=$obj-get_error();  print 'my_error: '.$my_err_msg.\n; There is no reason to use the concatenation operator here. Just use interpolation: print my_error: $my_err_msg\n; -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability

Load perl module and all its dependencies together locally

2009-08-19 Thread Vitthal Gogate
Is there a tool that would load a perl module and automatically all its dependencies (i.e. Other perl modules) locally? I package dependent perl modules locally that I find missing on my development machine, but on production deployment it finds some other sub-modules missing! How to resolve

Re: Load perl module and all its dependencies together locally

2009-08-19 Thread Shlomi Fish
On Wednesday 19 August 2009 17:49:46 Vitthal Gogate wrote: Is there a tool that would load a perl module and automatically all its dependencies (i.e. Other perl modules) locally? By load a perl module do you mean install it? I package dependent perl modules locally that I find missing on my

must_match perl module in opensource

2009-05-19 Thread Rajini Naidu
Hi, I am looking for must_match perl module in opensource. could you please point me to this module. -Rajini

Perl module for LibFetion

2009-04-26 Thread Jeff Pang
Fetion is a popular mobile IM application here (it can be run at PC too). There is also a library calls LibFetion on internet, which provides API for 3rd developing (http://www.libfetion.cn/libfxAPI/). There are python modules for Fetion,but lack Perl's.I was thinking who could have that time or

Re: Perl MOdule Tutorial

2009-02-05 Thread Alexander Koenig
You wrote on 02/03/2009 10:21 AM: Hi, Can you please point me to some good perl module tutorial for a beginner level? Have a look at the Perlmonks site: http://perlmonks.org/?node=Tutorials#Modules-How-to-Create-Install-and-Use hth Alex -- To unsubscribe, e-mail: beginners-unsubscr

Re: Perl MOdule Tutorial

2009-02-05 Thread Gunnar Hjalmarsson
Alexander Koenig wrote: You wrote on 02/03/2009 10:21 AM: Hi, Can you please point me to some good perl module tutorial for a beginner level? Have a look at the Perlmonks site: http://perlmonks.org/?node=Tutorials#Modules-How-to-Create-Install-and-Use We shouldn't forget about

Re: perl module not found.

2009-02-04 Thread Alf Stockton
Peter Scott wrote: On Mon, 02 Feb 2009 13:36:20 +0200, Alf Stockton wrote: Peter Scott wrote: On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: 2009/2/2 Alf Stockton a...@stockton.co.za: When trying to install an application written in perl I get the error message CSS::Squish =

Re: perl module not found.

2009-02-04 Thread Dermot
2009/2/4 Alf Stockton a...@stockton.co.za: Peter Scott wrote: [Wed Feb 04 10:32:36 2009] [error] [client 192.168.30.185] Can't locate object method CleanSlate via package RT::Action::SendEmail at /opt/rt3/bin/../lib/RT/Interface/Web/Handler.pm line 213.\n, referer:

Perl MOdule Tutorial

2009-02-03 Thread Kelvin Philip
Hi, Can you please point me to some good perl module tutorial for a beginner level? Regards, Kelvin

Re: perl module not found.

2009-02-03 Thread Peter Scott
On Mon, 02 Feb 2009 13:36:20 +0200, Alf Stockton wrote: Peter Scott wrote: On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: 2009/2/2 Alf Stockton a...@stockton.co.za: When trying to install an application written in perl I get the error message CSS::Squish = 0.06...MISSING so

Re: perl module not found.

2009-02-02 Thread Peter Scott
On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: 2009/2/2 Alf Stockton a...@stockton.co.za: When trying to install an application written in perl I get the error message CSS::Squish = 0.06...MISSING so I then attempt installing it via perl -MCPAN -e shell cpan install

Re: perl module not found.

2009-02-02 Thread Ralf Peng
2009/2/2 Alf Stockton a...@stockton.co.za: When trying to install an application written in perl I get the error message CSS::Squish = 0.06...MISSING so I then attempt installing it via perl -MCPAN -e shell cpan install CSS::Squish but when I attempt r...@general:~# perl -MSquish

perl module not found.

2009-02-02 Thread Alf Stockton
When trying to install an application written in perl I get the error message CSS::Squish = 0.06...MISSING so I then attempt installing it via perl -MCPAN -e shell cpan install CSS::Squish but when I attempt r...@general:~# perl -MSquish -e 1 Can't locate Squish.pm in @INC (@INC

Re: perl module not found.

2009-02-02 Thread Alf Stockton
Peter Scott wrote: On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: 2009/2/2 Alf Stockton a...@stockton.co.za: When trying to install an application written in perl I get the error message CSS::Squish = 0.06...MISSING so I then attempt installing it via perl -MCPAN -e shell cpan

Re: perl module not found.

2009-02-02 Thread Alf Stockton
Ralf Peng wrote: 2009/2/2 Alf Stockton a...@stockton.co.za: When trying to install an application written in perl I get the error message CSS::Squish = 0.06...MISSING so I then attempt installing it via perl -MCPAN -e shell cpan install CSS::Squish but when I attempt r...@general:~#

Re: need help with SpreadSheet::Parse perl module

2008-11-22 Thread Dr.Ruud
Stewart Anderson schreef: You can use Spreadsheet::WriteExcel to generate an Excel workbook. It has methods to add sheets and cell data and also lots of methods for formatting etc. The CPAN documentation is very clear and you will be able to use examples straight off the docs for

need help with SpreadSheet::Parse perl module

2008-11-21 Thread Manasi Bopardikar
Hi, Following is the piece of code my $parser = Spreadsheet::ParseExcel::Workbook-Parse('tablle2sheet.xls');; #parseexcel method that would open the file for writing my $sheet= $parser-Worksheet($Worksheet); my $rw=$sheet-{MaxRow}+1; print

Re: need help with SpreadSheet::Parse perl module

2008-11-21 Thread Chas. Owens
On Fri, Nov 21, 2008 at 07:33, Manasi Bopardikar [EMAIL PROTECTED] wrote: snip in the above code I get the max row count of my sheet by reading it using the Spreadsheet::ParseExcel::Workbook module of cpan. then I want to open the same tablle2sheet.xls for writing.but currently I am not able

RE: need help with SpreadSheet::Parse perl module

2008-11-21 Thread Stewart Anderson
-Original Message- From: Chas. Owens [mailto:[EMAIL PROTECTED] Sent: 21 November 2008 13:13 To: Manasi Bopardikar Cc: beginners@perl.org Subject: Re: need help with SpreadSheet::Parse perl module On Fri, Nov 21, 2008 at 07:33, Manasi Bopardikar [EMAIL PROTECTED] wrote: snip

Re: perl module for graphs lines point

2008-11-18 Thread Mr. Shawn H. Corey
On Mon, 2008-11-17 at 23:07 -0800, ben perl wrote: Hi , Is there a perl module to plot graphs with lines point. Yes, GD::Graph. You will need GD and GD::Text too. You can also try GD::Graph3d just for the fun of it. :) -- Just my 0.0002 million dollars worth, Shawn The map

  1   2   3   4   5   >