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...
75
Smith, Eric - WPAFB/Y...
Eric.Smith@...
Sep 7, 1999 1:58 pm
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...
76
fenners@...
Sep 8, 1999 4:12 pm
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...
77
Smith, Eric - WPAFB/Y...
Eric.Smith@...
Sep 8, 1999 4:41 pm
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...
78
Dave Hannum
hannum@...
Sep 8, 1999 4:49 pm
Get yourself a copy of the latest Perl for Win32 from Active States, then get something like Microsoft's Personal Web Server. Both are freeware. Set your...
79
James Fox
james@...
Sep 9, 1999 3:01 pm
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...
80
Manolo.Marzan@...
Sep 9, 1999 3:14 pm
Yes, you are allowed to use any characters when you're placing comments... Manolo Marzan Wenlock Way West Gorton Manchester UK ... From: james@......
81
Dave Hannum
hannum@...
Sep 10, 1999 3:20 am
Hello James, In answer to your quesiton, yes - Perl disregards anything in a line after the # sign except for the shebang on the first line. Example: ...
82
crengifo@...
Sep 19, 1999 3:09 pm
If your PC have installed Windows 95 or Windows 98, then you can use perl for win32. 1. Download Activestate Port (APi519.exe). ActiveState Port is available...
83
James Fox
james@...
Sep 21, 1999 4:34 pm
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 -...
84
Smith, Eric - WPAFB/Y...
Eric.Smith@...
Sep 21, 1999 4:44 pm
... 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...
85
Oliver Manickum
oliver@...
Sep 21, 1999 4:54 pm
Hi James, As far as I know, it depends on the server that you are running on. eg. For IIS4 you have to set the association for the file in it - in IIS =...
86
Oliver Manickum
oliver@...
Sep 21, 1999 4:56 pm
Oh and don;t for get to add the %s %s after setting the location C:\perl\bin\perl.exe %s %s ... From: Smith, Eric - WPAFB/YSXOI To: 'perl-beginner@egroups.com'...
87
tlowery@...
Oct 9, 1999 5:53 am
... C:\perl\bin\perl.exe %s %s Even better is: c:\perl\bin\perl.exe -Tw %s %s This ensures scripts are executed with warning and tainted. ... path to ... ...
88
James Fox
james@...
Oct 11, 1999 9:59 am
Although this has *nothing* to do with perl, I wondered if you wouldn't mind filling out this anonymous questionnaire on toilet habits at- ...
89
Lenny van Rensburg
lenny.vrensburg@...
Oct 13, 1999 10:33 am
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...
90
James Fox
james@...
Oct 13, 1999 11:37 am
Does anyone know how to use perl scripts to access a lyris database? Regards James...
91
Daniel Krajzewicz
krajzewicz@...
Oct 13, 1999 11:50 am
... 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. ...
92
Lenny van Rensburg
lenny.vrensburg@...
Oct 19, 1999 10:48 am
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...
93
James Fox
james@...
Oct 19, 1999 11:23 am
Okay, this is probably an easy problem, but knowing me I'm going to make it sound complicated :-) Below is a script where for each list in a database, it...
94
Brad Fletcher
shade2tree@...
Oct 19, 1999 1:23 pm
can i make a telnet program that reads the incoming text and displays a graphic dependent on the content from the text? if so how(in short) ...
95
Greg Webster
greg@...
Oct 20, 1999 1:07 am
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...
96
Brad Fletcher
shade2tree@...
Oct 20, 1999 9:54 am
Thank you and yes it is for a game called tradewars 2002. I havent even touched perl yet so i wasnt sure what its capabilities are. again thank you. ... ...
97
Jeff Boes
jboes@...
Oct 20, 1999 6:10 pm
... Are you using CGI.pm? If so, then this is easy: foreach (@lists) { print $_ if (param($_)); } What might be more useful is if you gave all the checkboxes...
98
James Fox
james@...
Oct 21, 1999 2:58 pm
This is really about HTML rather than perl... I want to be able to click a button on my website to submit some fields to a perl script but at the same time...
99
Jeff Boes
jboes@...
Oct 21, 1999 10:36 pm
... I haven't, but I think all you have to do is to link the button to something that a) creates the window, giving it a name; and b) references the URL to the...
100
James Fox
james@...
Oct 22, 1999 4:11 pm
Hi again, I have a text file with user details on each line- looks like this- gill:password:gill@...:no:0 james:paswd2:james@...:yes:0 When someone...
101
Eric J. Goforth
goforth@...
Oct 25, 1999 3:35 pm
Getting them is easy, changing is a pain in the butt though. Perl cannot modify the contents of a file (with some exceptions). But you can however, rewrite...
102
Maisha Walker
maisha@...
Oct 25, 1999 5:53 pm
has anyone seen this problem: i set up a group of people to be able to access a specific folder on the site using the .htaccess & .htpassword files. i also...
103
Ian Fenelon
fenners@...
Oct 31, 1999 5:58 pm
Can anyone help? I a have now istalled Perl, Microsoft Personal Web Server and I have also developed my Web Page. I also understand the basic concept about how...