NAME

cs::Glob - shell style pattern matching


SYNOPSIS

use cs::Glob;

@files=cs::Glob::glob($pattern)


DESCRIPTION

This module provides shell style pattern matching without using perl's inbuilt glob() function, which has historically been based of csh(1) (gack!).


FUNCTIONS

glob(pattern)

glob takes a shell pattern as an argument and returns an array of all matching paths.


SEE ALSO

glob in the perlfunc(3) manual.

sh(1), cs::Shell(3)


AUTHOR

Cameron Simpson <cs@zip.com.au>