> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> mario sanchez
> Sent: Monday, August 02, 2004 1:07 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [Perl-unix-users] CGI
>
>
> i would like to call http://www.whatever.com/xyz.html where AUTOMATICALLY
> xyz.html runs a perl script.
>
> i have asked this question in the past and the best answer
> afforded was to
> call xyz.cgi where the script first reads and "displays" xyz.html then
> goes off and does whatever else i needed. i cant use this option.
>
> does anyone have an idea of how this can be done - again where the script
> is invoked automatically?
>
> thanks a bunch!!
> mario

Use a server side include something like:

<!--#include virtual="/cgi-bin/xyz.cgi"-->

Embed this in the html for xyz.html at the place where you want the content
for xyz.cgi output to appear.

Peace in Christ -
Ron Goral


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to