Re: [OT] Sendmail for windows

2002-09-22 Thread Greg Matheson
On Sun, 22 Sep 2002, Hytham Shehab wrote: > where can i find/download a free sendmail alternative for win32? Exim has been ported to cygwin, if you have that. But I think there are native Windows MTAs too. -- Greg MathesonThe teacher as the monkey in the works. Chin

Re: Checking Form data

2002-07-31 Thread Greg Matheson
ecking whether it exists, or is defined, or is true. -- Greg MathesonIf you're not making any mistakes, Chinmin College you must be making some mistake. Taiwan Penpals Archive http://netcity.hinet.net/kurage> --

Re: Counter and scoping(?) issue

2002-05-28 Thread Greg Matheson
happen when someone clicks seven times on the link in quick succession? Wouldn't you have to prevent the script from being run more than once at the same time? Lock a file or something. I have the same problem, but gave up. -- Greg MathesonThe teacher as the monkey in the works

writing to files on an IIS server

2002-01-10 Thread Greg Matheson
ied I tried the umask function, but although it seemed to be setting something it is not allowing me to write to the file. What is the problem here? It looks to me like something which should have been handled installing ActivePerl, but it is difficult for me to do anything with th

Re: Creating a new query object from an input file

2001-08-21 Thread Greg Matheson
On Tue, 31 Jul 2001, Greg Matheson wrote: > I'm NOT able to use this: > CREATING A NEW QUERY OBJECT FROM AN INPUT FILE > $query = new CGI(INPUTFILE); > With the code: > #!/usr/local/bin/perl -w > use CGI; > open (OUT,">/home/greg/test.o

Creating a new query object from an input file

2001-07-31 Thread Greg Matheson
And then as evaluating shows, the parameters are sitting there waiting to be read in. DB<3> x 0 'ID=23423456 ' 1 '= ' DB<4> Curiously, this returning of 'keyword' for the parameters is what the perldoc says to expect if the script wa

Re: Creating a new query object from an input file

2001-07-31 Thread Greg Matheson
On Tue, 31 Jul 2001, Brett W. McCoy wrote: > On Tue, 31 Jul 2001, Greg Matheson wrote: > > #!/usr/local/bin/perl -w > > use CGI; > > # set a parameter and save it in a file > > open (OUT,">/home/greg/test.out") or die "No open greg/test.out: $!