in reply to Re^3: Has anyone attempted to create a PHP to Perl converter?
in thread Has anyone attempted to create a PHP to Perl converter?

Greetings, einhverfr.

Really good points -- especially where PDO's concerned. I hadn't thought about that. :(
But I'm not totally convinced, where HTML is concerned (yet) :)

Thanks for the response, einhverfr..

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^4: Has anyone attempted to create a PHP to Perl converter?