Help for this page

Select Code to Download


  1. or download this
        Spaces in the argument delimit distinct patterns, so
        `glob('*.exe *.dll')' globs all filenames that end in `.exe' or
    ...
        `glob('c:/Program\ Files/*/*.dll')'. The argument is tokenized
        using `Text::ParseWords::parse_line()', so see the
        Text::ParseWords manpage for details of the quoting rules used.