Help for this page
sub include { my $file = shift; ... die "Couldn't run $file, $from" unless $return; } }
Couldn't parse A.pm, included from test.pl line 8: Couldn't parse B.pm, included from A.pm line 7: Couldn't parse X.pm, included from B.pm line 7: Blammo at X.pm line 6.