Help for this page

Select Code to Download


  1. or download this
    sub find_installed_path {
        my $module_name = shift;
    ...
    }
    
    print find_installed_path('File::Find');