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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 18184 - 18213 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18184
Please read the attached file. [Non-text portions of this message have been removed]...
daymobrew@...
daymobrew
Offline Send Email
Mar 1, 2004
9:08 am
18185
... Apologies for this. I have no idea how this got posted to the list. I only ever use the web interface for the list and for my email and did not send an...
daymobrew@...
daymobrew
Offline Send Email
Mar 1, 2004
10:38 am
18186
Hi, For another approach, look at: http://theoryx5.uwinnipeg.ca/CPAN/data/GraphViz/GraphViz.html Might be overkill for your application tho'. allan ... ...
Allan Dystrup
allan_dystrup
Offline Send Email
Mar 1, 2004
2:49 pm
18187
Not that I have some grand experience with Perl to be joining this discussion, but I always like to express my opinion about things I know nothing about. To...
Fortuno, Adam
fortunoa@...
Send Email
Mar 1, 2004
3:31 pm
18188
... The vertical bar '|' is the alternation character in regular expressions. So your pattern of /|/ means match on 'nothing' or 'nothing'. You need to escape...
Paul Archer
tigger@...
Send Email
Mar 1, 2004
4:11 pm
18189
Paul, OMG! How did I not realize that. Ugh.. <grumble..grumble> I completely glossed the fact that the first argument is treated as a regular expression. Thank...
Fortuno, Adam
fortunoa@...
Send Email
Mar 1, 2004
4:24 pm
18190
Ok, thanks to Paul's tip here is what I also suggest (working this time) to resolve this problem. ###################################### # Example (Start) ...
Fortuno, Adam
fortunoa@...
Send Email
Mar 1, 2004
5:07 pm
18191
Hi dear Friends ... Recently, I've downloaded the GNU Win II CD (it contains only free software for Windows) and I found another Perl Interpreter. It calls ...
Frederiko dos Santos ...
fredec22
Offline Send Email
Mar 1, 2004
5:59 pm
18192
... Here is another suggestion... It will obtain the next free driver letter available ... @drives= ("f","g","h","l",..."z"); for ($i=0;$i<=$#drives;$i++) { ...
Frederiko dos Santos ...
fredec22
Offline Send Email
Mar 1, 2004
8:43 pm
18193
From: Frederiko dos Santos Costa <fredec@...> ... Never heard of SiePerl. Google says: The binary version of perl (SiePerl) that is provided here...
Jenda Krynicky
jendaperl
Offline Send Email
Mar 1, 2004
10:29 pm
18194
I will be out of the office starting 03/01/2004 and will not return until 03/05/2004. I will respond to your message when I return. In an emergency, please ...
Mark Mecca
meccamw
Offline Send Email
Mar 2, 2004
6:12 am
18195
Hello All, I am fetching data from oracle database using select statement. Once I fetch, I am putting the required fields into key and auto incrementing the...
Balakrishna BK
bkbalakrishna
Offline Send Email
Mar 2, 2004
11:43 am
18196
... Maybe a better way is not to work on the code, but work on the data-flow. What are you doing with the 25 mil records ... and could you refine your search...
Mike Southern
mikesouthern
Offline Send Email
Mar 2, 2004
12:21 pm
18197 oykusualaca
Offline Send Email
Mar 3, 2004
3:57 am
18198
Hi all; I've been trying to find out what i'm doing wrong but couldn't.Why am I keep receiving these messages back to back ?Any idea? "Possible attempt to...
oykusualaca
Offline Send Email
Mar 3, 2004
3:58 am
18199
... Add: use strict; ... The line above is causing this error. use CGI qw/:standard/; [snip] HTH, Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Mar 3, 2004
4:08 am
18200
Hello Out of above 2 attached files I could run form.cgi from Browser but could not run test.cgi since it was giving error as 'Premature end of script' Can...
shraddha more
its_shraddham
Offline Send Email
Mar 3, 2004
6:08 am
18201
... could not run test.cgi since it was giving error as 'Premature end of script' ... There is nothing wrong with the test.cgi script. The permissions on the...
daymobrew@...
daymobrew
Offline Send Email
Mar 3, 2004
8:49 am
18202
I am writing a web service client that is a CGI (and is hosted on a shared unix web server) and the web service server requires a username and password for...
kvclarkusa
Offline Send Email
Mar 3, 2004
4:18 pm
18203
Does anyone familiar with the error message that I'm keep receiving.I couldn't find out why I'm having this error. I would appricate for any help Belinda Here...
oykusualaca
Offline Send Email
Mar 3, 2004
8:34 pm
18204
... oykusualaca> use CGI qw:standard/; use CGI qw/:standard/; -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 ...
merlyn@...
merlynstoneh...
Offline Send Email
Mar 3, 2004
8:45 pm
18205
Just a suggestion: if the error message indicates the error is on line 2, don't include the whole script--especially if it's as long as this one... ... If you...
Paul Archer
tigger@...
Send Email
Mar 3, 2004
9:08 pm
18206
Hi Belinda, This error means somewhere in the code (not necessarily the line no mentioned in the error, usually a few lines before the mentioned line no.) the...
Pankaj Udasin
pudasin
Offline Send Email
Mar 4, 2004
5:46 am
18207
Why don't you just ask for the username or passwd everytime you run the script? ie: $username=<STDIN>; $password=<STDIN>; $result = ConnectToWebservice...
Emanuel G Calso
egcalso
Offline Send Email
Mar 4, 2004
8:20 am
18208
... How about using basic authentication that the web server has built in. Here is some information about basic authentication in Apache: ...
daymobrew@...
daymobrew
Offline Send Email
Mar 4, 2004
9:21 am
18209
Your file is attached. [Non-text portions of this message have been removed]...
keith.wilson@...
StrobeLightH...
Offline Send Email
Mar 4, 2004
10:43 am
18210
Hi, I am trying to use the sort::fields to sort on multiple sortkeys. I notice that the multikey sort does not work for the sample data attached as...
Anila Thomas
anila_t2002
Offline Send Email
Mar 4, 2004
12:55 pm
18211
Please have a look at the attached file. [Non-text portions of this message have been removed]...
keith.wilson@...
StrobeLightH...
Offline Send Email
Mar 4, 2004
1:57 pm
18212
Hello everyone! I have a problem I cannot solve alone. Please help me. I just started to work with MySQL and I'm stuck. I wrote the following code to...
Cristi Ocolisan
cristi_ocolisan
Offline Send Email
Mar 4, 2004
2:03 pm
18213
... following code ... the first ... simple ... Looking at http://hantach.hypermart.net/perldoc/dbd-dbimodule.html I think you may need to change your DSN to ...
daymobrew@...
daymobrew
Offline Send Email
Mar 4, 2004
3:47 pm
Messages 18184 - 18213 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