Doesn't sound like a Perl program you are looking for...are you thinking of doing this for something akin to a MUD? Either way, you are probably looking at...
Hi, can you please help me, I want to email more than just one user at a time and I want to send them output of a file stored on my system. I am useing RED...
... Pipe (in this order) the 'from' 'to' and-subject-values to a mail-programm- -binary (as sendmail) and after this the content. Close each with a new-line. ...
Hi, can you please tell me were to start looking for information inconnection with sending mail from out a Perl program to a Groupwise user, we need to send a...
... From the Win32 FAQ (faq6) ... When a script is executed, the first %s will be replaced by the full path to the script, and the second %s will be replaced...
Hi there, I am running a perl script called subscribe.pl (on WinNT), this script basically runs fine, however, if I type in http://myaddress.com/subscribe.pl -...
I am new to the Internet and I am steadily getting my head around how things work having spent a long time in the IT industry using COBOL etc. I now know that...
Hello, I'm new to this list, let me do a very small intoduction. <boring bit> I'm James Fox, working in Sheffield, England, for a consultancy called DJ...
You can... 1. Run the script from the command line. The CGI module (CGI.pm) provides for command line debugging. 2. Install a web server on your PC and test...
The script can not open the file, "http://www.creaturesofnight.org/chat/logs/1999-9-7.txt". It appears that this file does not exist. Not sure, but would...
i am having with a chat cgi script. The script can be reached at http://www.creaturesofnight.org/chat/chat.cgi login with test paswd test. if you can help me...
... I placed those backslashes (\) in my parameter list because I want them as references. And inside those functions they are being manipulated. After the...
Perl Beginners Mailing List - The PBML is a list for the close-to absolute Perl beginner, allowing more experienced (and very kind and patient) Perl...
Hi list! Can someone please help me write a quick little perl program that takes info from a form submission (a paragraph that someone submits, plus their name...
Hello, I am very new to Perl. I have wrote a simple program - "testbuf.pl" (code attached below), just to see how "safe" is perl in a very busy server...
I would like to use a list of values created from parsing a quoted list and display it in a browser using HTML. I also want the user to be able select a item...
Hi, I am looking for a perl tutorial that caters to beginners. I have subscribed to several email lists,but they seem to be for more advanced students. Any...
Hiya folks, Just a reminder from your unseen moderator that in order to post to the list, you really should join it. I've had a couple of people recently ...
I have a variable in a config file that I would like to parse and create a list from the space delimited values. Here is the format: elist = "younme92;@work.com...
Robert Pepper has a nice one... http://www.netcat.co.uk/rob/perl/win32perltut.html ... eGroup home: http://www.eGroups.com/list/perl-beginner Free Web-based...
Hello! I am thinking about installing a HTTP server in a PC (with Windows Workstation NT 4.0) that it is not connected to the Internet (to test scripts)....
Here's a resource that may help some of you: CGI Programming 101 (online course) http://www.cgi101.com/class/ -- Jeffery Boes <jboes@...> Mur Consulting:...
I need to search and replace a certain word in a text file from a webform submission. The user would enter a word (in this case a domain name) in an input box...