![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: file wildcards in Win32by httptech (Chaplain) |
on Jun 16, 2000 at 19:46 UTC ( [id://18478]=note: print w/replies, xml ) | Need Help?? |
Many unix commands have been entirely rewritten in Perl
by the Perl Power Tools project.
You can find a couple of their implementations of grep here.
I've used tcgrep on Win32
and it works.
BTW, your /$string/i might be faster as /$string/io since $string does not change during the duration of the program.
In Section
Seekers of Perl Wisdom
|
|