Re: [PHP-DB] Embedding Perl

2001-10-24 Thread Sheridan Saint-Michel
www.foxjet.com - Original Message - From: "Terry Romine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 2001 3:23 PM Subject: Re: [PHP-DB] Embedding Perl > Ok, I found snippets that talk about using either exec() or backticks. > The problem is th

Re: [PHP-DB] Embedding Perl

2001-10-24 Thread Terry Romine
Ok, I found snippets that talk about using either exec() or backticks. The problem is that it still doesn't call the perl script. Or at least doesn't seem to. exec("convert-pdf.pl Blank.gif",$out); echo(implode("\n",$out)); $out = `convert-pdf.pl Blank.gif`; echo

Re: [PHP-DB] Embedding Perl

2001-10-24 Thread Andrey Hristov
: There is a solution but I don't know how good is it? I'm not sure but the name of the project is PHPerl or something about it. -- Andrey Hristov Web Developer Icygen Corporation BUILDING SOLUTIONS http://www.icygen.com On Wednesday 24 October 2001 12:05 pm, you wrote: > I have a small si

[PHP-DB] Embedding Perl

2001-10-24 Thread Terry Romine
I have a small situation where it would be good to be able to embed a perl routing in a php script. Is this possible? Or do I need to pass control from php to a perl script and return? A quick synopsis would be (in pseudo code) Alternatively, is there a module that can take a pdf file and m