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

What?! Strange!

Well, try php -q script.php >out.htm

Ugly, but should work!

If doen't work you can try to get the PHP output from http://foo/script.php, using any LWP or making a simple IO::Socket::INET. But this is ugly too!

Graciliano M. P.
"The creativity is the expression of the liberty".

  • Comment on Re: Re: Re: An unfortunate incounter with PHP (loading php output into a perl variable)