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:
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
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
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
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
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
> >> - - -
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
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 .
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
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_
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
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
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^|
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
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
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
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
-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
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
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
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
-
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
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
23 matches
Mail list logo