Help for this page

Select Code to Download


  1. or download this
    build_exclude_list() if $exclude_list_file;
    build_exclude_dir() if $exclude_dir_file;
    
  2. or download this
    sub build_exclude_list {
        my $file = shift;
    ...
    # ...
    
    build_exclude_list ($exclude_list_file);
    
  3. or download this
    sub build_exclude_list {
        # ...
    ...
    }
    
    my $exclude_list = build_exclude_list ($exclude_list_file);