Search the web
Sign In
New User? Sign Up
perlcgi2 · Perl CGI - Perl CGI scripting, Q&A, projects, APIs, help
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 56 - 85 of 237   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
56
Hi, I want to make a chat server in Perl. I need to know how to handle multiple connections at once, so that the server can "broadcast" a message to everyone...
Jason_DDavies
Offline Send Email
Feb 8, 2000
8:45 pm
57
My client is running an Apache 1.3.11 web server. I have a Perl script which optionally dumps its output to HTML or CSV (comma seperated values). Both work...
rand_mcneely
Offline Send Email
Feb 24, 2000
3:09 am
58
My client is running an Apache 1.3.11 web server. I have a Perl script that optionally dumps its output to HTML or CSV (comma sepereated values). The content...
rand_mcneely
Offline Send Email
Feb 24, 2000
3:13 am
59
Well, first of all .. HI pals !<br>I've got a string in my perl file called bw:<br>$bw = qw( Hi Hello );<br>I want to do this operation:<br>I've got another ...
website_of_ms
Offline Send Email
Feb 27, 2000
5:22 pm
60
I'm new to Perl so there is probably a more elegant way to do this but I would try this:<br><br>#First tokenize $message<br>while ($message =~ m/\s+/) {<br>...
rand_mcneely
Offline Send Email
Feb 27, 2000
8:48 pm
61
Is there a way to pass a variable to the param function? What I want to do is something like:<br><br>print $myCGI-&gt;param('$it{$i}');<br><br>although this...
rockin_tacos
Offline Send Email
Mar 6, 2000
7:24 pm
62
You seem to be confused as to quote usage in Perl. When you specify single quotes, the expression is treated as a true string. Double quotes allow any ...
rand_mcneely
Offline Send Email
Mar 7, 2000
3:09 am
63
Can anybody tell me how to send email attachments via sendmail in Perl?<br><br>Thanks for your help!...
davidamaynard
Offline Send Email
Mar 8, 2000
9:48 pm
64
I'm a new member. I'm trying to learn CGI and a whole lot of other stuff. Would anyone recommend a book or website to learn CGI that isn't too hard to ...
Ajsm866
Offline Send Email
Mar 11, 2000
7:33 pm
65
Does anyone know how to do SSI parsing in a perl script? I've been trying everything from .htaccess files so that SSI will parse the .pl but the .pl file never...
pyzr
Online Now Send Email
Mar 12, 2000
6:32 am
66
Hi,<br>I'm using the CGI.pm module which is really making life easier. But is there a way to turn off the "sticky" effect of form feilds that CGI.pm makes use...
rockin_tacos
Offline Send Email
Mar 22, 2000
10:31 pm
67
Check out the CGI docs at <a href=http://stein.cshl.org/WWW/software/CGI/cgi_docs.html. target=new>http://stein.cshl.org/WWW/software/CGI/cgi_docs.html.</a>...
be_monk
Offline Send Email
Mar 23, 2000
6:24 pm
68
Hi Lance,<br><br>SSI was designed to give partial capabilities of what CGI scripts do. If you are writing your CGI scripts in perl, you shouldn't need the SSI ...
bitstack
Offline Send Email
Mar 27, 2000
10:25 pm
69
Hi,<br><br>The book displayed on the front page of this club is a very good book. However, it is targeted for lightly experienced perl programmers.<br>I...
bitstack
Offline Send Email
Mar 27, 2000
10:36 pm
70
Are you using CGI.pm?<br><br>Can we see how you have setup the CGI script?<br><br>I'm looking for something like:<br><br>print "Content-Type: ...
bitstack
Offline Send Email
Mar 27, 2000
10:49 pm
71
&lt;EOM&gt;...
junma_2000
Offline Send Email
May 5, 2000
6:15 am
72
HOw to input "# "under Unix?...
junma_2000
Offline Send Email
May 5, 2000
6:32 am
73
I'm trying to automate logging in to a web site.<br>The URL is www.gotocasino.com<br>You can create an account free of charge to test out the script. I've...
sinatra__
Offline Send Email
May 8, 2000
2:26 am
74
i want to do some processing and then load a url. there must be an easy way to do this. can somebody tell me how?<br><br>thanks,<br>jamie...
jafajamie
Offline Send Email
May 10, 2000
3:22 am
75
Hello... I own a free webpage site and a portal... I am looking for some programmers and I am looking for an online tutorial to learn perl myself (the scripts...
jestyness
Offline Send Email
May 26, 2000
1:38 am
76
I am in cgi/perl programming since two years , I am good at writing search engines,Message Boards,Database Driven Websites, Internet/Intranet Applications...
raghu_kumar_78
Offline Send Email
Jun 13, 2000
4:51 am
77
Hi... would u like to help out with scripts on a free webpage site?...
jestyness
Offline Send Email
Jun 14, 2000
6:46 pm
78
Can anyone direct me on how to work with news groups in my browser. Is there any material out there on the subject?...
ttricktt
Offline Send Email
Jun 19, 2000
6:44 pm
79
I have a problem on one of my projects about spidering a file URL... If you help me, i will be very very happy<br><br>I want to describe my project simply...
cemhurturk
Offline Send Email
Jun 22, 2000
7:48 pm
80
I have this chat room type thing, <a href=http://anythingauction.hypermart.net/cgi-bin/Chatty-Child/chat.pl...
khammett1116
Offline Send Email
Jul 21, 2000
5:32 pm
81
As far as the .htaccess, unless you have access to the server config files, you can't do it.<br><br>I assume you are trying to prevent the contents of your...
rand_mcneely
Offline Send Email
Jul 22, 2000
4:35 am
82
Ok, I have another question, <a href=http://anythingauction.hypermart.net/cgi-bin/weblibs/weblibs.pl...
khammett1116
Offline Send Email
Jul 23, 2000
7:24 am
83
Well, it looks like you aren't actually printing anything. It is impossible to tell why unless I can see the script. If you like you can e-mail it to me (see...
rand_mcneely
Offline Send Email
Jul 23, 2000
3:10 pm
84
I'm pretty sure I did this wrong. I want to add more than one story. I looked at the example and they don't have any input boxes, mine does. So I tried it ...
khammett1116
Offline Send Email
Jul 24, 2000
8:47 pm
85
You know, I offered to help this person and he sent me his script. I found the bug (a real simple one) and then he sent me another script the next day. I fixed...
rand_mcneely
Offline Send Email
Jul 25, 2000
1:37 am
Messages 56 - 85 of 237   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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