Antony Stace wrote:
> Hi Folks
>
> I have a page with a form which a user fills out. I need the contents
> of this form to be processed by a perl cgi script and finally the
> results delivered back to the users browser via php, how do I do this?
One solution could be to store the data in a file.
You redirect (via Perl, check LWP::Simple) the
browser to a php script that parse that file.
Alessandro