Greg Donald wrote:
On Mon, 22 Nov 2004 13:37:42 +0100, Markus Mayer <[EMAIL PROTECTED]> wrote:
I've searched for a tool that would translate, or at least mostly translate,
perl scripts into php, unfortunately with no success. I didn't even find a
reference in the archives of this list to this s
On Mon, 22 Nov 2004 13:37:42 +0100, Markus Mayer <[EMAIL PROTECTED]> wrote:
> I've searched for a tool that would translate, or at least mostly translate,
> perl scripts into php, unfortunately with no success. I didn't even find a
> reference in the archives of this list to this subject, which su
I was afraid of such answers. My intention was to get rid of a fewperl
scripts on our server that were written by external companies, and those
companies are pressing to continue to use perl for their cgi's. /dev/brain
would be nice, if I could get that node made at those companies but it
Christophe Chisogne wrote:
/dev/brain :-)
Are we sure that is included with all new OS's? ;)
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Markus Mayer wrote:
I've searched for a tool that would translate, or at least mostly translate,
perl scripts into php, unfortunately with no success.
It's simply impossible. By example, a Perl script handling file uploads
cant be translated automatically : php4 handles file uploads _before_
the
Markus Mayer wrote:
Hello everyone!
I've searched for a tool that would translate, or at least mostly translate,
perl scripts into php, unfortunately with no success. I didn't even find a
reference in the archives of this list to this subject, which surprises me.
Does anyone know of any tool t
Doug La Farge <[EMAIL PROTECTED]> wrote:
> [...]
> After that, how would this convert:
>
> $quote{class_name} = $text;
> quote is a hash where class_name is the key.
Php treats arrays and hashes the same, infact there really isn't any
difference with them. so the syntax is always the same for ha
On Tue, 27 Feb 2001 01:28, Clayton Dukes wrote:
> > Hi :-)
> Can someone tell me how to do the equivalant of this Perl script in
> PHP?
>
> ###
> ### This function prints all lines between the dashes read in a text
> file ###
> ### The file looks like this:
>
> # -
> #
How?
I don't know perl all that well, I am just trying to convert some scripts.
- Original Message -
From: "kevin1" <[EMAIL PROTECTED]>
To: "Clayton Dukes" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, February 26, 2001 10:29 AM
your can use the PCRE functions in php - much better than ereg and all
that - if you know perl already...
Clayton Dukes wrote:
>
>
> Hi :-)
>
> Can someone tell me how to do the equivalant of this Perl script in PHP?
>
>
>
> ###
> ### This function prints all lines between the dashes re
10 matches
Mail list logo