beanscake has asked for the wisdom of the Perl Monks concerning the following question:
is there a way i can grep words after the optional:
like
perl ./see.pl bla bla optional:01 grep 01
of course i know i can use $ARG[0]; TILL my input like i said optional if true process it.. i need help on this
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: help with Grep
by Athanasius (Cardinal) on Mar 30, 2015 at 02:09 UTC | |
by beanscake (Acolyte) on Mar 30, 2015 at 02:52 UTC | |
|
Re: help with Grep
by trippledubs (Deacon) on Mar 30, 2015 at 02:50 UTC |