Hi What's the difference between passing "?" versus ":1", ":2", ":3" etc in prepare in Perl DBI ? For example, what's the difference between following two...
Amit Saxena
learn.tech123@...
Nov 3, 2008 5:58 am
26463
... Thanks for the help. I am not clear with both of them. Regards, Amit Saxena [Non-text portions of this message have been removed]...
Amit Saxena
learn.tech123@...
Nov 3, 2008 6:53 am
26467
When I do a "perl Makefile.PL" on a module is there a way to tell it which complier I want it to use? ... Don Dukelow HP/GM GSC33 License Team Tel:...
I'm trying to install Perl SSH on a Sun Solaris 10 syatem. The version of Perl on the system is 5.8.4. I have a problem with several dependances for it. In...
... If you had warnings turned on, you'd be told that 'foo' and 'bar' are unquoted barewords that are being treated as constants. And strings treated in...
I'm trying to install Perl SSH on a Sun Solaris 10 system with Perl version 8.5.4. When ever I do the "make" command for the install I get "/usr/ucb/cc:...
... 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 ...
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...
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...
The top @INC is the output from "perl -V" command only @INC: /home/dciproj/usr/site/lib /home/dciproj/usr/lib =========================================== This...
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 ...
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. ...
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...
I'm trying to write a Perl DNS server that answers queries (A, NS, TXT, CNAME, LOC, MX, etc-- pretty much anything in ...
Kelly Jones
kelly.terry.jones@...
Nov 22, 2008 9:16 pm
26481
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...
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...
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...
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 /...
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:...
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...
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:...
oh great ..... you are welcome ! :) ... From: Dukelow, Don <dukelow@...> Subject: RE: [PBML] Installing Perl Nert::SSH To: "perl-beginner@yahoogroups.com"...
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...
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...
... 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...
... 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...
... Asking questions (and answering questions) is the purpose of this list. ... In the perl documentation there are 9 perl FAQ files labeled perlfaq1 through...
... 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,...