RE: Pearl

2003-09-15 Thread Bob Showalter
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:

Re: Pearl

2003-09-14 Thread David Wall
--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

Re: Pearl

2003-09-14 Thread R. Joseph Newton
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