Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26462 - 26498 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26462
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@...
Send Email
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@...
Send Email
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:...
Dukelow, Don
dondukelow
Offline Send Email
Nov 13, 2008
9:50 pm
26468
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...
Dukelow, Don
dondukelow
Offline Send Email
Nov 14, 2008
6:30 pm
26469
Consider: perl -le '$hash{"foo-bar"} = 1; print $hash{foo-bar}' [no result] perl -le '$hash{"foobar"} = 1; print $hash{foobar}' 1 I sort of understand this: in...
Kelly Jones
kelly.terry.jones@...
Send Email
Nov 15, 2008
6:52 pm
26470
... 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...
Jeff Pinyan
evilffej
Offline Send Email
Nov 15, 2008
9:44 pm
26471
From: "Kelly Jones" <kelly.terry.jones@...> ... The rule for automatic quoting within $hash{...} is "if it looks like word, it doesn't have to be...
Jenda Krynicky
jendaperl
Online Now Send Email
Nov 15, 2008
10:42 pm
26472
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, Don
dondukelow
Offline Send Email
Nov 19, 2008
2:43 pm
26473
... 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 ...
merlyn@...
merlynstoneh...
Offline Send Email
Nov 19, 2008
4:30 pm
26474
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...
Dukelow, Don
dondukelow
Offline Send Email
Nov 20, 2008
1:35 pm
26475
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...
Dhanashri Bhate
dhanashri_bhate
Offline Send Email
Nov 20, 2008
2:20 pm
26476
The top @INC is the output from "perl -V" command only @INC: /home/dciproj/usr/site/lib /home/dciproj/usr/lib =========================================== This...
Dukelow, Don
dondukelow
Offline Send Email
Nov 20, 2008
3:02 pm
26477
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 ...
Dukelow, Don
dondukelow
Offline Send Email
Nov 20, 2008
3:12 pm
26478
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. ...
Dhanashri Bhate
dhanashri_bhate
Offline Send Email
Nov 20, 2008
6:05 pm
26479
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...
Srikrishnan
srikrishnan2003
Offline Send Email
Nov 21, 2008
4:26 am
26480
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@...
Send Email
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...
Dukelow, Don
dondukelow
Offline Send Email
Nov 23, 2008
5:49 pm
26482
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...
vidhut singh
chat2vidhut
Offline Send Email
Nov 24, 2008
3:43 pm
26483
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...
Dukelow, Don
dondukelow
Offline Send Email
Nov 24, 2008
3:48 pm
26484
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 /...
vidhut singh
chat2vidhut
Offline Send Email
Nov 24, 2008
3:55 pm
26485
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:...
Dukelow, Don
dondukelow
Offline Send Email
Nov 25, 2008
5:59 pm
26486
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...
Dukelow, Don
dondukelow
Offline Send Email
Nov 25, 2008
6:02 pm
26487
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:...
Dukelow, Don
dondukelow
Offline Send Email
Nov 25, 2008
6:06 pm
26488
oh great ..... you are welcome ! :) ... From: Dukelow, Don <dukelow@...> Subject: RE: [PBML] Installing Perl Nert::SSH To: "perl-beginner@yahoogroups.com"...
vidhut singh
chat2vidhut
Offline Send Email
Nov 26, 2008
5:13 am
26490
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...
Rob Richardson
interrobang
Offline Send Email
Nov 28, 2008
3:35 pm
26493
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...
ethelannrocks
Offline Send Email
Dec 1, 2008
8:52 am
26494
... 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...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 1, 2008
10:24 am
26495
... 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...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 2, 2008
12:12 am
26496
... Asking questions (and answering questions) is the purpose of this list. ... In the perl documentation there are 9 perl FAQ files labeled perlfaq1 through...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 2, 2008
12:13 am
26498
... 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,...
andy_bach@...
afbach1
Offline Send Email
Dec 2, 2008
5:01 pm
Messages 26462 - 26498 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help