in reply to recursively finding all perl module dependencies
perl -MLWP -e 'print join("\n", keys %INC), "\n";' [download]
__END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print; [download]