On Wed, Mar 30, 2005 at 01:14:11AM +0200, Steven Schubiger wrote:
> +=head2 META CHARACTERS
> +
> + \ Quote the next metacharacter
> + [] Character class
> + {} Multiple pattern
> + * Match 0 or more times
> + ? Match 1 or 0 times
> + ~ User name home directory
These definitions still need fixing. {} should have more explanation,
including mention of commas. * and ? need the glob definitions, rather
than the regex definitions. :)
> +
> +=head1 SEE ALSO
> +
> +perldoc -f glob, glob(3)
L<perlfunc/glob>
Good fix on the semicolons, btw.
Ronald