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?
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;
|
|---|