... You have used an undefined value in a string or in a concatenation. You have not provided us with ANY OTHER USEFUL INFORMATION. Sigh. And it's not an...
19755
prakash
prakash@...
Oct 21, 2004 12:27 am
Hello jeff.. I did sent the code snippet in my previous email.. Yes it is warning.. but sometime it messes up the apache and it becomes an ERROR!! -prak ... ...
19756
gxrjddymipt
Oct 21, 2004 11:13 am
Are you in debt? If so we can help We are helping hundreds of people consolidate debt every day Become one of our happy customers stop in today. ...
19757
nwyork21
Oct 22, 2004 2:44 am
I'm trying to learn how to use DBI, but I can't get pass the connect method. I'm using: my $dbh = DBI->connect('DBI:ODBC:Northwind39;,'admin','password39;); The...
19758
Jenda Krynicky
jendaperl
Oct 22, 2004 12:41 pm
From: "nwyork21" <nwyork@...> ... You either have to create a DSN (Data Source Name) via Start\Programs\Administrative Tools\Data Sources (ODBC) or...
19759
nr597429
Oct 23, 2004 7:09 am
Debt consolidation is only a single click away. Take thirty seconds and minimize outrageous bills. If Credit companies are coming after you we can help. ...
19760
cmw_webmaster
Oct 25, 2004 11:21 am
Mr. Schwartz, I know you are offering a Perl seminar in California this weekend coming up (see web link below, everyone, if interested). However, I live in...
19761
Luinrandir Hernsen
Luinrandir
Oct 25, 2004 3:58 pm
OK.. so I'm new to perl... what is a library and a modual? I think I know what a modual is... its a piece of program that is called on by another program to...
19762
merlyn@...
merlynstoneh...
Oct 25, 2004 4:14 pm
... Luinrandir> OK.. so I'm new to perl... Luinrandir> what is a library and a modual? As I use the terms in "Learning Perl Objects References and Modules" ...
19763
Luinrandir Hernsen
Luinrandir
Oct 25, 2004 5:01 pm
ok.. so I have a large program pushing 9000 lines of code. (273K) At what size program should I look at using moduals? My program realy does nothing more than...
19764
Jenda Krynicky
jendaperl
Oct 25, 2004 5:14 pm
To: <perl-beginner@yahoogroups.com> From: "Luinrandir Hernsen" <Luinrandir@...> Date sent: Mon, 25 Oct 2004 12:46:13...
19765
Charles K. Clarkson
charlesclarkson
Oct 25, 2004 7:21 pm
... It is spelled "modules" and you have passed the point. But your script has other issues that need to be solved first. You basically need a complete rewrite...
19766
Malcolm Mill
icthyst
Oct 25, 2004 7:54 pm
Greetings all, Can anyone point me to free online books about Perl? Something of a 'textbook/tutorial/ nature is what I'm looking for. Also, what is a good way...
19767
Chris Conn
cmc3slack
Oct 25, 2004 10:40 pm
... Hi Malcolm, here's a good online manual from the FSF called Picking Up Perl: http://www.ebb.org/PickingUpPerl/ ===== Christopher Mark Conn ...
19768
Malcolm Mill
icthyst
Oct 26, 2004 1:19 am
Hi all, I'm trying to use LWP::UserAgent, $url->query_form. The code comes from O'Reilly;s "Spidering Hacks", Hack#12 and is as follows... use strict; use LWP...
19769
Malcolm Mill
icthyst
Oct 26, 2004 1:20 am
Thanks, Chris. Downloaded it and it looks good. Malcolm. On Mon, 25 Oct 2004 15:40:53 -0700 (PDT), Chris Conn...
19770
Malcolm Mill
icthyst
Oct 26, 2004 2:14 am
For any others interested, I found these on my travels through perl.org. http://books.perl.org/onlinebooks...
19771
sjmagain
Oct 26, 2004 2:58 am
I am just beginning to learn Perl with the intent of being able to modify existing cgi scripts. My only programming experience is with ActionScript and, not...
19772
Malcolm Mill
icthyst
Oct 26, 2004 3:18 am
Prob solved. I had a look at google's robots.txt form and this must be what was blocking successfull operation of the script. I changed checked for robots.txt...
19773
Madhura Kulkarni,Terr...
terrafirmapune
Oct 26, 2004 9:00 am
Please do not HIT reply button and change the subject line. Kindly reply to: terrafirmapune@... Greetings! We need Perl, J2EE Programmers for our client...
19774
Luinrandir Hernsen
Luinrandir
Oct 26, 2004 2:31 pm
ok.. so I need to use modules can you show me an example? Lou ... From: Jenda Krynicky To: perl-beginner@yahoogroups.com Sent: Monday, October 25, 2004 1:14 PM...
19775
J.E. Cripps
cycmn@...
Oct 26, 2004 6:35 pm
... umm, there's 1000s on CPAN perldoc perlmod is one introduction perldoc perlmodinstall shows how to install a module Chapter 10 of Simon Cozen's _ Beginning...
19776
Luinrandir Hernsen
Luinrandir
Oct 26, 2004 6:46 pm
I need to make my own or I need to figure out how to run a program like a subroutine... instead of: CallSub(); sub CallSub {} I want to: run program.pl (or...
19777
J.E. Cripps
cycmn@...
Oct 26, 2004 10:56 pm
... perldoc -q "How do I create a module" might help...
19778
Allan Dystrup
allan_dystrup
Oct 27, 2004 9:54 am
Anybody knows, what happened to the : http://www.effectiveperl.com/ site? Has it moved? Is it gone for good (or bad) ? thanks, Allan Dystrup...
19779
J.E. Cripps
cycmn@...
Oct 27, 2004 10:13 am
... exactly. ... right, I think the word is export the Cozens book I cited talks mostly about using existing modules, and its discussion of namespaces is in a...
19780
J.E. Cripps
cycmn@...
Oct 27, 2004 11:36 am
... Here's some examples of Really Simple Modules: Recycled Perl: An Introduction to Writing Modules http://lexington.pm.org/meetings/121999.html Understanding...
19781
Jenda Krynicky
jendaperl
Oct 27, 2004 12:13 pm
From: "J.E. Cripps" <cycmn@...> ... I believe you meant $main::vname = "New York"; The sigil always goes on the very beginning of the variable. Jenda ...
19782
Madhura Kulkarni,Terr...
terrafirmapune
Oct 27, 2004 12:17 pm
Please do not HIT reply button and change the subject line. Kindly reply to: terrafirmapune@... Greetings! We need Perl,Oracle,PL/SQL professionals for...
19783
Mike Flannigan
mikeflann
Oct 27, 2004 3:24 pm
... This has me intrigued. You have a program that simply opens various text files and manipulates them. You are already using subroutines, and yet the...