Help for this page
sub find_installed_path { my $module_name = shift; ... } print find_installed_path('File::Find');