Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3765
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 14241 - 14270 of 27459   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
14270 Nicholas Robinson
nicholasrobi... Send Email
Apr 1, 2003
6:45 am
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@... Send Email 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 Send Email 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 Send Email
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...
14266 Jean-Sébastien Guay
Jean_Seb Send Email
Mar 31, 2003
2:14 pm
... Great explanation! Thanks! J-S __________________________________________________ Jean-Sebastien Guay, Software developer Hybride Technologies, Piedmont,...
14265 Jenda Krynicky
jendaperl Send Email
Mar 31, 2003
2:04 pm
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... Send Email
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 Send Email 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@... Send Email
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@... Send Email 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 Send Email 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 Send Email
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 Send Email 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@... Send Email 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 Send Email
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 Send Email
Mar 29, 2003
5:52 pm
To: "Perl Beginner" <perl-beginner@yahoogroups.com> ... See Spreadsheet::ParseExcel and Spreadsheet::WriteExcel ...
14254 Jadi
jadi@... Send Email
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@... Send Email
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 Send Email
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 Send Email Mar 29, 2003
5:19 am
I was not responsible for that. It was a Yahoo error. Alph...
14250 kjhseka Send Email 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 Send Email 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 Send Email 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 Send Email 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...
14246 Jean-Sébastien Guay
Jean_Seb Send Email
Mar 28, 2003
9:45 pm
... Seems like ref is always defined, it just returns false instead of undef... Because that code would give me 'Can't use string ("Tracking&quot;) as a HASH ref...
14245 Jean-Sébastien Guay
Jean_Seb Send Email
Mar 28, 2003
7:24 pm
... Good stuff Leon, thanks! J-S __________________________________________________ Jean-Sebastien Guay, Software developer Hybride Technologies, Piedmont,...
14244 leonpeeters
leonpeeters@... Send Email
Mar 28, 2003
6:57 pm
... From: "Jean-Sébastien Guay" <jean_seb@...> To: <perl-beginner@yahoogroups.com> Sent: Friday, March 28, 2003 11:25 AM Subject: Re: [PBML]...
14243 Jean-Sébastien Guay
Jean_Seb Send Email
Mar 28, 2003
5:31 pm
... 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...
14242 Jean-Sébastien Guay
Jean_Seb Send Email
Mar 28, 2003
5:23 pm
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 Send Email
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...
Messages 14241 - 14270 of 27459   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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