Search found 1 match

by sonuiqbal
Mon May 04, 2009 3:10 am
Forum: PHP - Code
Topic: PHP calling PERL functions
Replies: 0
Views: 115

PHP calling PERL functions

Hello All, I am a newbie to perl. Please help :( . I have a php script which in turn calls a perl function using the following method. $perl = new Perl(); $perl->require('my perl code'); $perl->function_name(); The corresponding perl function communicates with a remote machine and displays the outpu...