... Dukelow> I'm trying to install Perl SSH on a Sun Solaris 10 system with Perl Dukelow> version 8.5.4. When ever I do the "make" command for the install I ...
26474
Dukelow, Don
dondukelow
Nov 20, 2008 1:35 pm
For varies reasons I had to install my own version of Perl. But when I run a script it still looks in the other version library file for modules. What do I...
26475
Dhanashri Bhate
dhanashri_bhate
Nov 20, 2008 2:20 pm
The order of the entries in @INC tells you the order in which modules will be chosen. So you just need to make sure the directory where your new modules...
26476
Dukelow, Don
dondukelow
Nov 20, 2008 3:02 pm
The top @INC is the output from "perl -V" command only @INC: /home/dciproj/usr/site/lib /home/dciproj/usr/lib =========================================== This...
26477
Dukelow, Don
dondukelow
Nov 20, 2008 3:12 pm
As a follow up! I put this line in my .profile. export PERL5LIB=/home/dciproj/usr/site/lib:/home/dciproj/usr/lib and excited my command again and got ...
26478
Dhanashri Bhate
dhanashri_bhate
Nov 20, 2008 6:05 pm
Check the PATH variable, also check if the first line in your Perl program is not pointing to older Perl version ( e.g #! /usr/bin/perl) hope this helps. ...
26479
Srikrishnan
srikrishnan2003
Nov 21, 2008 4:26 am
Hi All, I want to add xmp metadata details in postscript file before distilling to pdf. For this purpose I have written a perl script, something like: my...
26480
Kelly Jones
kelly.terry.jones@...
Nov 22, 2008 9:16 pm
I'm trying to write a Perl DNS server that answers queries (A, NS, TXT, CNAME, LOC, MX, etc-- pretty much anything in ...
26481
Dukelow, Don
dondukelow
Nov 23, 2008 5:49 pm
I'm trying to install Perl Net::SSH on a Sun Solaris 10 systen with Perl version 10. I keep gettinh the following erropr when I try to install the GMP...
26482
vidhut singh
chat2vidhut
Nov 24, 2008 3:43 pm
looks like there is a conflict between 32 bit and 64 bits perl libs . is it 64 bit m/c ? ... From: Dukelow, Don <dukelow@...> Subject: [PBML] Installing...
26483
Dukelow, Don
dondukelow
Nov 24, 2008 3:48 pm
The Solaris 10 is all 64 bit and I thought was using all 64 bit programs, I guess not. What do you mean by 64 bit m/c? ... Don Dukelow HP/GM GSC33 License...
26484
vidhut singh
chat2vidhut
Nov 24, 2008 3:55 pm
seems like the Nert:SSH libs that you downloaded is 32 bit and hence its giving the problem in shared lib creation which is getting compiled by 64 bit gcc /...
26485
Dukelow, Don
dondukelow
Nov 25, 2008 5:59 pm
I got it to work by adding different library paths to the LD_LIBRARY_PATH variabe ubtill it worked. Thank You! ... Don Dukelow HP/GM GSC33 License Team Tel:...
26486
Dukelow, Don
dondukelow
Nov 25, 2008 6:02 pm
I'm now installing libssh2-0.18 as part of the Perl Net::SSH2 install and I'm getting the following error. Can anyone help me. I've tried goggling it and...
26487
Dukelow, Don
dondukelow
Nov 25, 2008 6:06 pm
SORRY this is on a Solaris 10 with Perl 5.10.0. ... Don Dukelow HP/GM GSC33 License Team Tel: 810-728-3388 e-mail: dukelow@... ... From: Dukelow, Don Sent:...
26488
vidhut singh
chat2vidhut
Nov 26, 2008 5:13 am
oh great ..... you are welcome ! :) ... From: Dukelow, Don <dukelow@...> Subject: RE: [PBML] Installing Perl Nert::SSH To: "perl-beginner@yahoogroups.com"...
26490
Rob Richardson
interrobang
Nov 28, 2008 3:35 pm
Greetings! I joined this list a few years ago, when I was struggling with a massive modification to a web site driven by Perl. I saw that the list was having...
26493
ethelannrocks
Dec 1, 2008 8:52 am
I have the following code that works, but I don't understand two things: 1. Why does the first line of the code have to be an empty hash? It works, but if...
26494
Charles K. Clarkson
charlesclarkson
Dec 1, 2008 10:24 am
... I tried your code on my local machine and the program works fine with this line commented out. What led you to believe it wouldn't? ... $name_found is...
26495
Charles K. Clarkson
charlesclarkson
Dec 2, 2008 12:12 am
... A lot depends on what you mean by "it didn't work"? Exactly how did it fail? Be precise. Here's my test (which works fine on Activestate perl version...
26496
Charles K. Clarkson
charlesclarkson
Dec 2, 2008 12:13 am
... Asking questions (and answering questions) is the purpose of this list. ... In the perl documentation there are 9 perl FAQ files labeled perlfaq1 through...
26498
andy_bach@...
afbach1
Dec 2, 2008 5:01 pm
... works, but if this is right, I don't understand why it needs to be where it is. Line 3 - %hash = (); It's an old 'cargo cult' thing - or belts/suspenders,...
26500
Dukelow, Don
dondukelow
Dec 9, 2008 2:43 pm
I'm trying to install Perl ssh2 and it requires this library to be installed to work. But I've tried all I can thing of to get it to work. I've Goggled the...
26501
oceanaut88
Dec 20, 2008 4:22 pm
how i write the main progrom to to identify all restriction enzyme recognition sites of one or more enzymes from a fasta file compare with the bionet...
26502
Yogesh Sawant
yoga_sawant
Dec 20, 2008 5:49 pm
... CPAN module PDF::Parse should help you to complete the task. Cheers Yogesh...
26503
YogS
yogi_raj_143
Dec 28, 2008 3:28 pm
I process CSV a lot using my traditional split mechanism. Now i realised two modules are present for processing CSV. To filter some data from CSV file.. what...
26504
Jenda Krynicky
jendaperl
Dec 28, 2008 7:48 pm
From: YogS <mail2yogs@...> ... There's also Text::CSV_XS. Which one is better depends on your needs. If you just need to read and process the whole CSV,...
26505
perl-beginner@yahoogr...
Dec 31, 2008 2:17 pm
Enter your vote today! A new poll has been created for the perl-beginner group: What type of applications are you using Perl for? o Web Application o System...
26506
ashchorge
Jan 1, 2009 5:09 am
How to debug the perl program like shell script option "set -x"? I am facing one problem in perl program where this perl program gets call from one shell...
26507
vidhut singh
chat2vidhut
Jan 1, 2009 5:18 am
Friend , set -x option wil not work for perl script. if you want to debug perl script i think you need to put -d option in script which might help in your case...