| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Feedback | Help | Search |
| Name: perl-Text-Glob | Distribution: Unknown |
| Version: 0.05 | Vendor: Richard Clamp <richardc@unixbeard.net> |
| Release: dc1 | Build date: Thu May 22 21:52:55 2003 |
| Group: Applications/CPAN | Build host: brenalf |
| Size: 12182 | Source RPM: perl-Text-Glob-0.05-dc1.src.rpm |
| Packager: Dano Carroll <dano@xernolan.org> | |
| Url: http://www.cpan.org | |
| Summary: Text-Glob - match globbing patterns against text | |
use Text::Glob qw( match_glob glob_to_regex );
print "matched\n" if match_glob( "foo.*", "foo.bar" );
my $regex = glob_to_regex( "foo.*" );
for ( qw( foo.bar foo.baz foo bar ) ) {
print "matched: $_\n" if /$regex/;
}
Artistic
internal MD5: 9052c02df7d597ead75361ec54086c2e
* Thu May 22 2003 dano@lennier.bab5.dazel.com - Initial build.
/usr/local/doc/perl-Text-Glob-0.05 /usr/local/doc/perl-Text-Glob-0.05/Changes /usr/local/lib/perl5/site_perl/5.8.0/Text /usr/local/lib/perl5/site_perl/5.8.0/Text/Glob.pm /usr/local/man/man3/Text::Glob.3
Generated by rpm2html 1.9.2
Dano Carroll, Tue Jan 1 20:41:57 2008