in reply to recursively finding all perl module dependencies

if you don't care about the dependencies hierarchy, this one-liner reports the whole stuff (change LWP for the module you want to inspect):
perl -MLWP -e 'print join("\n", keys %INC), "\n";'
cheers,
Aldo
__END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;