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?

my $file = '/path/to/deepstructure.php'; print $file;

Why have you done this? It literally does nothing to help. Did you actually try this with some real PHP code and not just a simple set of variable declarations? I don't think you actually know what the code you've posted does, your simply falling back to the DEBUG option to dump the perl the module generates to STDERR.