Re: Main Diffrence Between Perl with Php? As per my personal experince i found one very important and major difference between perl and php.
In PHP while you post XML and if that XML have & or ? sign then that xml reach as array in destination of one string.
But this thing handle by PERL and it received whole XML value as string.
I used that logic in my problem and it worked well. |