Re: changing the defualt "nobody"@somecomputer.com (mailx)

2002-03-11 Thread Sir Douglas Cook
I seen this the other day,,, hope its what you are looking for. http://www.verysimple.com/scripts/nobody.html Later [EMAIL PROTECTED] - Original Message - From: "Rob Roudebush" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 6:05 PM Subject: changing the defualt

Server down test

2002-03-08 Thread Sir Douglas Cook
SuiteToeCode (overview) If (http://65.93.27.6/MyHomepageOnMyWin98PWS/) { # If my dialup ISP assigned me a new IP and my PWS is UP. # let everybody go to my homecomputer and see more than 5 megs of # web site. redirect to http://65.93.27.6/MyHomepageOnMyWin

Server down test

2002-03-08 Thread Sir Douglas Cook
SuiteToeCode (overview) If (http://65.93.27.6/MyHomepageOnSympaticoServer/) { # If my dialup ISP assigned me a new IP and my PWS is UP. # let everybody go to my homecomputer and see more than 5 megs of # web site. redirect to http://65.93.27.6/MyHomepageOn

Re: popup_menu help

2002-03-07 Thread Sir Douglas Cook
I am only guessing but what would happen if you had a form with three submit buttons named ['eenie','meenie','minie'],'meenie'); Having said that I am asking the list can you have a (item/object) from a popup menu behave as and submit button using CGI/Perl? I know from using www.tucows.com t

Printing a file from the print statement

2002-02-22 Thread Sir Douglas Cook
How can I make the "Open File and print content statements" work from my sub make_body when called from sub create_file? The output I get is open message.txt; while () { = "." } print The contents of message.txt i

Re: selecting a text file for HTML output

2002-02-21 Thread Sir Douglas Cook
Thank you,,, Joshua Hayden That was exactly what I was trying to do. [EMAIL PROTECTED] - Original Message - From: "Joshua Hayden" <[EMAIL PROTECTED]> To: "Sir Douglas Cook" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002

Re: selecting a text file for HTML output

2002-02-21 Thread Sir Douglas Cook
The text file that I want to insert is dougs.txt = Which has two sentences = Hey it works... Happy Belated Birthday... == The Code dougs1.cgi = #!/usr/bin/perl print "Content-type

Linux Box,

2002-02-20 Thread Sir Douglas Cook
Hi Doug here. I want to create a service like http://twistedhumor.com/ from a home server I have a old Pentium 1 PC which used to run VVindows 98 and I was wondering what type of "MODEM/NETCARD" do I need to run RedHatLinux to run Apache to run CGI/Perl? - And if I get a Bell Dialup connect

Re: Global Constants in Perl ?

2002-02-20 Thread Sir Douglas Cook
Hi Doug here. I would like to include this information (see below) at the top of all of my CGI scripts. In such a way that if I upload all of my CGI scripts to a different server all I have to do is change one file and all of my scripts should work on the new server.

New on the Block

2002-02-15 Thread Sir Douglas Cook
Ok, I'll ask, Where can I learn Regex syntax? Ok, I'll ask, a completely different question: I am using Windows98 sec PWS, I know UNlX and I have a extra old 486 computer. Where can I learn to set up a Apache Box or Lunix Box? "I haven't figured out which one I should pick yet" Please email me

Re: Counter in Perl

2002-02-12 Thread Sir Douglas Cook
I am very new to perl, Ok, I know nothing. Although I am wondering if you did something like if (Remote_host NotEqual LastRemote_host) { LastRemote_host==env{remote_host}; Counter++; Open counter_File; Update counter_File(Counter,,, blah i have no idea);

Searching for a free CGI-BIN

2002-02-03 Thread Sir Douglas Cook
Searching for a free CGI-BIN I have Sympatico highspeed which does not support custom cgi. I have Tropod which is slow and has limits on every script I write. Example: $ENV{REMOTE_HOST}; returns 10.10.23.235 and that is not my IP address at the time. Is there a site that I can obtain free CGI

How do I Configure Perl for use with a Personal Web Server?

2002-01-29 Thread Sir Douglas Cook
How do I Configure Perl for use with a Personal Web Server? The skinny, I am on my home computer running Windows 98 second edition with ActiveState Perl installed and I can write scripts to the MS-Dos window. I am also using the Personal Web Server that comes with Windows 98 and I don't know wh