
January 17th, 2000, 12:29 PM
|
|
Junior Member
|
|
Join Date: Jan 2000
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Ok, I have a Perl script that does some specific text manipulation. I'd like to have my main page written in PHP, which takes some text input from a user. The input is then passed to the Perl script, processed, and the result is passed back to the PHP script. Is this possible? I know how to pass variables from one PHP page to a CGI page written in Perl, but I don't want to write a whole CGI Perl page. I only need this function that is already written in Perl. Is there some include or require type command that can do this? Thanks.
Darryl
|