Hello,
Is it possible to invoke two different CGI scripts written in Perl at the same time. I have a script that writes its output to a file. I would like to output the same information to another file, like a backup, only without having to copy the file every time an operation takes place. For example, can I do something like this? -->
I know my syntax is probably wrong, but hopefully what I need makes more sense. All information posted on the form gets submitted to the two scripts at the same time.
Thanks!
Kosta
Is it possible to invoke two different CGI scripts written in Perl at the same time. I have a script that writes its output to a file. I would like to output the same information to another file, like a backup, only without having to copy the file every time an operation takes place. For example, can I do something like this? -->
Code:
<form action="[URL unfurl="true"]http://www.mypage.com/cgi-bin/script1.cgi",[/URL] "[URL unfurl="true"]http://www.mypage.com/cgi-bin/script2.cgi"[/URL] method="POST">
I know my syntax is probably wrong, but hopefully what I need makes more sense. All information posted on the form gets submitted to the two scripts at the same time.
Thanks!
Kosta