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...
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...
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...
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 ...
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>...
Is there a way to pass a variable to the param function? What I want to do is something like:<br><br>print $myCGI->param('$it{$i}');<br><br>although this...
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 ...
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 ...
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...
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...
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>...
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 ...
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...
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...
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...
I am in cgi/perl programming since two years , I am good at writing search engines,Message Boards,Database Driven Websites, Internet/Intranet Applications...
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...
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...
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...
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 ...
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...