f $subject;
$commandline .= "-t \"$recipients\" " if $recipients;
system($commandline);
system("c:\\scripts\\www.pl");
}
I know it's ugly, I'm still learning :) no luck getting this to run as a
service though..
Ben
-Original Mess
>Ok, here's another one for you... Can I, from command line
>run a "hit" to a web site, and report the results back to a file,
>and NOT to the browser?
Yes.
>It seems that the PING thing saved so much typing that they want
>me to try to do the same for some Web Sites.
they're never satisfied
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To: "Win32 Perl Users" <[EMAIL PROTECTED]>
Sent: Monday, January 21, 2002 2:08 PM
Subject: RE: Quick PING question
> Thank you to ALL who answered
>
> Here I was trying to reinvent the
Thank you to ALL who answered
Here I was trying to reinvent the wheel! ;-)
Ok, here's another one for you... Can I, from command line
run a "hit" to a web site, and report the results back to a file,
and NOT to the browser?
It seems that the PING thing saved so much typing that they want
m
> I am looking at Net::Ping and trying to get it to actually dump the real
> results
> to a file.
>
> It currently can display the "HostName is Alive" or "Not responding".
>
> This is being run on NT/W2K/W98/WME boxes.
>
> How can I display the real results???
Here's a script I use to monitor my
> -Original Message-
> Behalf Of Chris
>
>
> I am looking at Net::Ping and trying to get it to actually dump the real
> results
> to a file.
>
> It currently can display the "HostName is Alive" or "Not responding".
>
> This is being run on NT/W2K/W98/WME boxes.
>
> How can I display the r
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To: "Win32 Perl Users" <[EMAIL PROTECTED]>
Sent: Monday, January 21, 2002 11:49 AM
Subject: Quick PING question...
> I am looking at Net::Ping and trying to get it to actually
dump the real
>