barrycarlyon has asked for the wisdom of the Perl Monks concerning the following question:
Good Local Time Monks
I dont think this should be posted here but I wanted to open a sort of discusion (im not really sure where im going with this)
Given you have a perl function and a php function
You run the perl function, and then it calls a php function whilst passing it a varible
The php function reads in the varible does some processing then passes a varible back
My question is this, would the php function recieve the varible correctly and would the perl function recieve the varible correctly?
Assume the perl function is the "base" function
(by base i mean the First function (it calls the php func.)
Bazza
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl to PHP
by friedo (Prior) on Aug 08, 2006 at 15:07 UTC | |
|
Re: Perl to PHP (use PHP::Interpreter)
by Ovid (Cardinal) on Aug 08, 2006 at 15:44 UTC | |
|
Re: Perl to PHP
by ikegami (Patriarch) on Aug 08, 2006 at 15:06 UTC |