in reply to Irregular Expressions
at a command prompt. If you are wondering if perl has a grep function, or how to use perl's grep function, you can useperldoc perl or perldoc perldoc
and if perl *has* a grep function, that command will list the 'help' for it. Or, you can actually *search* the perldocs for a topic by doing 'perldoc -q <search term>'.perldoc -f grep
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Irregular Expressions
by JoeJaz (Monk) on Jun 17, 2003 at 18:22 UTC | |
|
Re: Re: Irregular Expressions
by Nkuvu (Priest) on Jun 17, 2003 at 21:15 UTC |