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
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>
--
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
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
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
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
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: $!