All the Perl that's Practical to Extract and Report
I added constant support so now PHP's
define( "MY_CONSTANT", 1 );
will be rewritten as Perl's:
use constant MY_CONSTANT => 1;