Help for this page

Select Code to Download


  1. or download this
    perl -MFile::Find -le 'for (@INC) {
        find(sub { print $File::Find::name if /pm$/ }, $_)
    }'
    
  2. or download this
    perl -MFile::Find -le '
    for $inc (@INC) {
    ...
               },
           $inc)
    }'