... 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...
I saw a short query on Usenet today, and couldn't help myself: I had to write a Perl snippet. The result was rather obscure looking, and may provide an ...
1.How to print a string with spaces? print "$a $b $c" #Is it ok?One space before $b and two spaces before $c print "$a' '$b' '$c" #Which one is right? 2.How...
Hi, $Bill and others. This is my first cgi program for tracking my visitors to two targeted links. I checked them twice and find no bug but it still do not run...
hi all, Thanks Matthew ! Managed to modify it to suit my need( like catering for leading spaces and tabs etc ) Kind of fun playing with regex. As for the date,...
this is part of the contents for test.pl $REQUIRE_DIR="c:92;\taform92;\cgi-bin\92;"; push(@INC,$REQUIRE_DIR) if $REQUIRE_DIR; require 'test2.pl39;; sub1(); and so on ....