in reply to An unfortunate incounter with PHP (loading php output into a perl variable)

In my mind, redevelop PHP header and footer scripts on Perl or your Perl script on PHP will be better than using mix of PHP and Perl scripts together. I think that server side should be clearly and mix of different technology is not good choise.
      
--------------------------------
SV* sv_bless(SV* sv, HV* stash);
  • Comment on Re: An unfortunate incounter with PHP (loading php output into a perl variable)

Replies are listed 'Best First'.
Re: Re: An unfortunate incounter with PHP (loading php output into a perl variable)
by Bishma (Beadle) on May 02, 2003 at 18:54 UTC
    Yeah, I'm coming to relize this. And I've been reading up on PHP in hopes that I could just rewrite the script. I can't really ask the guy to redesign his site so my script will work right even tough everything just tastes better made with perl.