> From: Forward Design [mailto:[EMAIL PROTECTED]]
>
> I have Windows 2000, latest Apache installed for Windows, and latest Active
> Perl installed.
>
> I want to have a webpage, when a user clicks on a button, it runs a perl
> script
>
> on my server (my machine), that then runs a Windows pro
$?";
print PERLLOG "$now: $frg_cmd
$frg_string \n";
print PERLLOG "$now: created
req with persid $new_req_id";
FetchReqNum();
Ending();
return;
}
exit;
-Original Message-----From: Forward Design
[mailto:[EMAIL PROTECTED]]Sent: Tuesday
Forward Design wrote:
> I have Windows 2000, latest Apache installed for Windows, and latest
> Active Perl installed.
>
Please read my Apache mini-FAQ on my Tripod site (address in .sig).
>
> I am very new to this, but this is what I can already do and have working:
>
>
>
> I can access
I have Windows 2000, latest Apache installed for
Windows, and latest Active Perl installed.
I am very new to this, but this is what I can
already do and have working:
I can access a webpage that I placed in the htdocs
folder from my IP address.
I can run a simple perl script.
Here is