[ Create a new account ]
I added constant support so now PHP's
define( "MY_CONSTANT", 1 );
will be rewritten as Perl's:
use constant MY_CONSTANT => 1;
Get More Comments
Reply
more PHP::Include 0 Comments More | Login | Reply /