Al Green wrote:
> I am new to Perl and I would like a script that I can uxse to search
> for text pattern with a file or files as a wild card or with a given
> extension. Please reply of list.
You're describing the standard Unix utility "grep". A perl implementation of
grep can be found at:
http:
--On Sunday, September 14, 2003 8:40 AM -0600 Al Green <[EMAIL PROTECTED]>
wrote:
I am new to Perl and I would like a script that I can uxse to search for
text pattern with a file or files as a wild card or with a given
extension. Please reply of list.
You can use File::Find for that, but if yo
Al Green wrote:
> I am new to Perl and I would like a scrip
People will gladly point you towards modules that can assist you, but do not
look here for completed scripts, please.
> t that I can uxse to search for
> text pattern with a file or files as a wild card or with a given extension.
There