Re: Help: Perl Module Installation Issue(s)

2007-04-28 Thread Chas Owens
On 4/27/07, Jefferson Kirkland <[EMAIL PROTECTED]> wrote: snip OpenSSL.xs:5:25: error: openssl/bio.h: No such file or directory OpenSSL.xs:6:25: error: openssl/err.h: No such file or directory OpenSSL.xs:7:25: error: openssl/pem.h: No such file or directory OpenSSL.xs:8:25: error: openssl/evp.h:

Re: Help: Perl Module Installation Issue(s)

2007-04-28 Thread Peter Scott
On Sat, 28 Apr 2007 08:59:40 -0400, Jefferson Kirkland wrote: > Hmm, well then. I guess this is going to be one of those lost causes at > the moment. ***sigh*** What is it you think you need this module for and why? -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- T

Re: Help: Perl Module Installation Issue(s)

2007-04-28 Thread Jefferson Kirkland
Hmm, well then. I guess this is going to be one of those lost causes at the moment. ***sigh*** Thanks to Tom and Mumia for all their input. Best regards, Jeff On 4/27/07, Mumia W. <[EMAIL PROTECTED]> wrote: On 04/27/2007 07:13 PM, Jefferson Kirkland wrote: > [...] > I was doing fine unt

Re: Help: Perl Module Installation Issue(s)

2007-04-27 Thread Mumia W.
On 04/27/2007 07:13 PM, Jefferson Kirkland wrote: [...] I was doing fine until today. I tried the following: perl -MCPAN -e 'install OpenSSL' Things started ok, but quickly took a down turn/nose dive into the pavement. The install failed horribly [...] Probably the OpenSSL Perl mo

Re: Help: Perl Module Installation Issue(s)

2007-04-27 Thread Tom Phoenix
On 4/27/07, Jefferson Kirkland <[EMAIL PROTECTED]> wrote: Running make for O/OE/OESI/OpenSSL-0.09.tar.gz You seem to be trying to install version 0.09 of a module. Version numbers below 1.0 are pre-releases, by convention, and may not be finished. Have you read that module's README file? h

Re: Help -Perl parsing script

2004-04-19 Thread Rob Dixon
Wc -Sx- Jones wrote: > > Ron McKeever wrote: > > Thank you for replying. > > > > Actually there are 7 columns the last one got cut off in the email. > > The column im working on is the 6th. > > > > Thats why i thought i needed to split it? > > >>RIp > >> - - -

Re: Help -Perl parsing script

2004-04-17 Thread WC -Sx- Jones
Ron McKeever wrote: Thank you for replying. Actually there are 7 columns the last one got cut off in the email. The column im working on is the 6th. Thats why i thought i needed to split it? RIp - - ---- - 1074715516 11

Re: Help -Perl parsing script

2004-04-17 Thread WC -Sx- Jones
Ron McKeever wrote: RIp - - ---- - 1074715516 111 222.222.2.2 2566 111.111.111.180 111.111.111.1 1074715516 222 .3584 .80 . 1074715516 400 .

Re: Help! Perl Substitution

2004-02-19 Thread Jeff Westman
WC -Sx- Jones <[EMAIL PROTECTED]> wrote: > Jeff Westman wrote: > > > When I ran this > > > >$ perl -ne 's/|^NEWLINE^|^/\n/g;print' loadFile > > The program loads the ENTIRE loadfile and then splits characters > at > whitespace "between" characters and then prints every character > followe

Re: Help! Perl Substitution

2004-02-19 Thread WC -Sx- Jones
Jeff Westman wrote: When I ran this $ perl -ne 's/|^NEWLINE^|^/\n/g;print' loadFile The program loads the ENTIRE loadfile and then splits characters at whitespace "between" characters and then prints every character followed by a newline. So, how big is loadfile? __Sx_

Re: Help! Perl Substitution

2004-02-19 Thread Jeff Westman
Paul Johnson <[EMAIL PROTECTED]> wrote: > On Thu, Feb 19, 2004 at 04:36:55PM -0800, david wrote: > > Jeff Westman wrote: > > > > > I'm trying to help out another developer with a mini-Perl > script. > > > He has a file that contains one very long line, about 28M in > size. > > > He needs to do a

Re: Help! Perl Substitution

2004-02-19 Thread david
Paul Johnson wrote: >> >> [panda]# perl -ne 'BEGIN{$/=\10} s/\|\^NEWLINE\^\|\^/\n/g; print' >> [loadFile > > The trouble with this approach is that you will miss any separators > which are split. Your example actually reads 10 bytes at a time, but > using $/ is the right idea: > > perl -ple

Re: Help! Perl Substitution

2004-02-19 Thread Paul Johnson
On Thu, Feb 19, 2004 at 04:36:55PM -0800, david wrote: > Jeff Westman wrote: > > > I'm trying to help out another developer with a mini-Perl script. > > He has a file that contains one very long line, about 28M in size. > > He needs to do a replacement of all occurances of > > > > |^NEWLINE^|

Re: Help! Perl Substitution

2004-02-19 Thread david
Jeff Westman wrote: > I'm trying to help out another developer with a mini-Perl script. > He has a file that contains one very long line, about 28M in size. > He needs to do a replacement of all occurances of > > |^NEWLINE^|^ > > to a literal newline (HPUX, 0x0a or "\n"). > > When I ran thi

Re: help perl needed

2003-07-03 Thread Sudarshan Raghavan
vemulakonda uday bhaskar wrote: hi all This is the fifth time you have posted the same mail. Please avoid this, it is annoying i have got a code for file transger between two linux systems through ssh here is the code Did you run this code and see what happens? #!usr/bin/perl when y

Re: Help perl

2003-06-29 Thread Sudarshan Raghavan
vemulakonda uday bhaskar wrote: hi all This is the 5'th copy of your mail, please don't send multiple copies thanks for the reply. i got the Net::FTP module installed and my code is working my code is as follows : #!usr/bin/perl use Net::FTP; $ftp=Net::FTP->new("192.168.255.xxx") or dir

RE: help perl ftp

2003-06-27 Thread Aman Thind
when you see the outcome of your search for Net::FTP on search.cpan.org you see something like : Net::FTP FTP Client Class perl-5.8.0 - Date - author Net::FTP FTP Client Class libnet-1.16 - Date - author DON'T click on Net::FTP, that is where you're finding the **theorotical explanation** click

RE: help perl ftp

2003-06-27 Thread Darbesio Eugenio
-Original Message- ... >>>thoughi searched http://search.cpan.org/, i couldnot get the >>>p[lace from where i can download NEt::FTP. I on;y got is a >>>theorotical explanation of Net::FTP ... Try http://search.cpan.org/, then search for Net::FTP, choice the second one in the list, clic

Re: help - perl ssh

2003-06-26 Thread Janek Schleicher
Vemulakonda Uday Bhaskar wrote at Thu, 26 Jun 2003 12:41:16 +: > i have wriiten a code for file tranfer between linux systems > so i used Net::SCP qw(scp iscp). > > i downloaded it from the site > http://serach.cpan.org/author/IVAN > > but after gunzip and tar -xvf.. > when i gave the comma

Re: help perl

2003-06-26 Thread Sudarshan Raghavan
vemulakonda uday bhaskar wrote: sir Please don't address me as sir, sudarshan would do as u asked me to do i have gone thru the below site for ssh tranfer of files in two linux systems http://search.cpan.org/author/IVAN/Net-SCP-0.06/SCP.pm I would appreciate it if you would keep this threa

RE: Help perl gurus

2002-11-26 Thread wiggins
An excellent article about your problem: http://perl.plover.com/FAQs/Namespaces.html You should be doing: use strict; use warnings; This will produce somewhat cryptic messages until you get used to it but then it will save you lots of time... http://danconia.org -

Re: Help perl gurus

2002-11-26 Thread Paul Johnson
Johnstone, Colin said: > Gidday all, > > I have written what I will refer to as an include file ( php speak ) and > named it press_config.pl The contents is the initialisation of the In Perl it would probably be called a library - hence the pl extension. Perl Library. > variables that I wish to

RE: Help perl gurus

2002-11-26 Thread NYIMI Jose (BMB)
perldoc -f do José. > -Original Message- > From: Johnstone, Colin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 7:58 AM > To: '[EMAIL PROTECTED]' > Subject: Help perl gurus > > > Gidday all, > > I have written what I will refer to as an include file ( php > speak ) an