Help for this page

Select Code to Download


  1. or download this
    # glob for dos scripts
    
    ...
    }
    
    1;
    
  2. or download this
    # This BEGIN block avoids including File::DosGlob::Param for non-windo
    +ws systems
    BEGIN
    ...
            import  File::DosGlob::Param qw( dosglob );
        }
    }
    
  3. or download this
    # convert filename wildcards to actual filenames
    if ( $^O =~ /win/i ) # only if DOS
    ...
            }
        }
    }