http://qs321.pair.com?node_id=676075


in reply to No documentation found for "perllocal"?

how can I check all the modulus available by command or perl code?

It's not the cleanest way, but it gives an outline which modules are installed and how the perl setup is well-kept:

perl -le 'print `ls -lR $_` for @INC'

-- Frank