Hi Jenda, Thanks for getting back. This build script isnt part of a batch file. However, the code you have provided is perfect apart from the - i section....
14269
Nathan.Jeffrey@...
Apr 1, 2003 1:41 am
That's actually what it's supposed to do. It's a 32-bit integer, not what Perl considers a "number", when you first assign it. I'm not sure, but printf()...
14268
techybill
Apr 1, 2003 1:28 am
Hi Trying to split two flat files and match results and rewrite one new file, here is small copy of the format of the files. File #1 SFDSF@... ...
14267
Frankie
frankhauptle
Mar 31, 2003 5:32 pm
Hi guys.. I have searched the net in vain for the answer to this question, or even just some format info.. but came up mostly blank.. I have an dbi/cgi::app...
From: "Nicholas Robinson" <nicholasrobinson@...> ... You seems to be missing a - in front of the p option. You have this in a batch file, right? Why...
14264
Nicholas Robinson
nicholasrobi...
Mar 31, 2003 12:50 pm
Hi, I need to invoke Perl from the command line as part of a build environment. The following is what I have ended up with, but it doesnt work: perl -e "use...
14263
tvrajesh3
Mar 31, 2003 8:02 am
Hi, I am doing socket programming in Perl.I am using inet_aton function to convert from Human Readable IPaddress to 32 bit integer number. But When i print the...
14262
vakeel ahmad
vakgroup@...
Mar 31, 2003 5:28 am
You can use Spreadsheet::WriteExcel module for this. vakeel. ... __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS'...
14261
Nathan.Jeffrey@...
Mar 30, 2003 11:32 pm
Errm, it would appear you're right. There is no "timeout" parameter for the Socket stuff. If I was going to put a timeout in there, I'd fork() it, and watch...
14260
u_shefi
Mar 30, 2003 1:51 pm
Hi I am using "Socket" to perform an whois check. I would like to use some kind of check on how long it takes to get a respond from the whois server, and if it...
14259
Charles K. Clarkson
charlesclarkson
Mar 30, 2003 8:07 am
... Well, we are now completely off-topic, aren't we? If you are repeating the same call in 200 different files, you are missing the power of Server Side ...
14258
kjhseka
Mar 30, 2003 6:36 am
Thanks you all. The replies were as interesting than the question. So, but, if a 200 pages web site shoud contain 200 identical SSI calls, the only way to...
14257
Nathan.Jeffrey@...
Mar 30, 2003 1:28 am
Sorry, can you please provide more information on the problem? Your email's not really clear. N vakeel ahmad <vakgroup@...> 28/03/2003 05:38 PM Please...
14256
Charles K. Clarkson
charlesclarkson
Mar 29, 2003 6:02 pm
... No. But . . . You may be doing it in the wrong order. You could use SSI to create the count _before_ the page is rendered. Now the count is placed directly...
14255
Jenda Krynicky
jendaperl
Mar 29, 2003 5:52 pm
To: "Perl Beginner" <perl-beginner@yahoogroups.com> ... See Spreadsheet::ParseExcel and Spreadsheet::WriteExcel ...
14254
Jadi
jadi@...
Mar 29, 2003 2:14 pm
Hi there friends, Here is my problem : I have a boss who uses Excel as his DB. haha... How can I open/read/write a XLS file in Perl under Linux ? I searched...
14253
Octavian Rasnita
teddy2003@...
Mar 29, 2003 10:49 am
You cannot use an SSI statement generated by a Javascript function. The SSI statement is executed by a web server module on the server, and the result is...
14252
Charles K. Clarkson
charlesclarkson
Mar 29, 2003 8:32 am
... I hate calling it a one-liner. That makes it seem like something unusual is going on. A hash slice, like an array slice is fairly common. Let's look at an ...
14251
kjhseka
Mar 29, 2003 5:19 am
I was not responsible for that. It was a Yahoo error. Alph...
14250
kjhseka
Mar 29, 2003 5:13 am
Hello, I have a very interesting question. Is it possible to call an SSI in a dynamically generated html? In other words, if I write a JavaScript function that...
14249
kjhseka
Mar 29, 2003 5:12 am
Hello, I have a very interesting question. Is it possible to call an SSI in a dynamically generated html? In other words, if I write a JavaScript function that...
14248
kjhseka
Mar 29, 2003 5:12 am
Hello, I have a very interesting question. Is it possible to call an SSI in a dynamically generated html? In other words, if I write a JavaScript function that...
14247
zeshanism
Mar 29, 2003 12:40 am
open (LOGFILE, ">/home/database.db") ; print LOGFILE "Here goes the data\n"; close (LOGFILE) ; Above given is the simple script. IF database.db is not existing...
... Seems like ref is always defined, it just returns false instead of undef... Because that code would give me 'Can't use string ("Tracking") as a HASH ref...
... Doesn't need tob e, it is caused by something else. I know that, the question is what? ... Check the lines directly above the comment, that is where it is...
Thanks Leon and Charles, great pointers, but both of your suggestions have the same problem, which is the crux of it : or, for the case you have a list of hash...
14241
Steve Binch
stevebinch
Mar 28, 2003 5:19 pm
Please excuse my absolute cluelessness. I don't know anything about Pearl other than I know it can be used to handle forms. On our company website, I am trying...