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?

Holy crap! Most impressive. Well done tobyink.

These seem like ripe candidates for CUFP, or would that be Cool uses for PHP?

Thank you very for taking the time. These are great.

--Chris

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