in reply to Re: Has anyone attempted to create a PHP to Perl converter?
in thread Has anyone attempted to create a PHP to Perl converter?
I think given my current (Perl) skillset. It would indeed require the "human interaction" you describe. Much of it seems to be alot of (s)print(f) sort of stuff. And much of the syntax even closely mimics Perl. So it really doesn't seem to me, a, "quantum leap", or anything. But, as I stated above; it'll probably take some accomplished Perl RE skills.
Thanks again, for taking the time to respond.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Has anyone attempted to create a PHP to Perl converter?
by davido (Cardinal) on Nov 13, 2013 at 07:55 UTC | |
by taint (Chaplain) on Nov 13, 2013 at 15:04 UTC |