debian man page for file::wildcard::find

Query: file::wildcard::find

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

File::Wildcard::Find(3pm)				User Contributed Perl Documentation				 File::Wildcard::Find(3pm)

NAME
File::Wildcard::Find - Simple interface to File::Wildcard
SYNOPSIS
use File::Wildcard::Find; findbegin( "/home/me///core"); while (my $file = findnext()) { unlink $file; }
DESCRIPTION
File::Wildcard provides a comprehensive object interface that allows you to do powerful processing with wildcards. Some consider this too unwieldy for simple tasks. The module File::Wildcard::Find provides a straightforward interface. Only a single wildcard stream is accessible, but this should be sufficient for one liners and simple applications.
FUNCTIONS
findbegin This takes 1 parameter, a path with wildcards as a string. See File::Wildcard for details of what can be passed. findnext Iterator that returns successive matches, then undef. findall Returns a list of all matches perl v5.10.1 2010-12-13 File::Wildcard::Find(3pm)
Related Man Pages
file::find::rule::procedural(3) - osx
file::find::rule::extending(3) - osx
file::find::rule::extending(3) - centos
file::find::object::rule::procedural(3pm) - debian
file::find::wanted(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
My first PERL incarnation... Audio Oscillograph