Help for this page

Select Code to Download


  1. or download this
    #example: your call of find()
    find ( { no_chdir => 1,
    ...
             },
             follow =>1
         }, 'api');
    
  2. or download this
    sub load_api_modules {
        my $self = shift;
    ...
         message => "loaded: $file"
        );
    }