cs::Glob - shell style pattern matching
use cs::Glob;
@files=cs::Glob::glob($pattern)
This module provides shell style pattern matching without using perl's inbuilt glob() function, which has historically been based of csh(1) (gack!).
glob takes a shell pattern as an argument and returns an array of all matching paths.
glob in the perlfunc(3) manual.
sh(1), cs::Shell(3)
Cameron Simpson <cs@zip.com.au>