Win has asked for the wisdom of the Perl Monks concerning the following question:
elsif (defined $chosen_C && $chosen_C !=~ /^\*.{36}\;$EXEC_block\;/){ print OUTPUT_FILE $line_of_concern; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using an array in a regex
by ikegami (Patriarch) on Jan 16, 2006 at 19:08 UTC | |
by blazar (Canon) on Jan 17, 2006 at 09:09 UTC | |
|
Re: using an array in a regex
by GrandFather (Saint) on Jan 16, 2006 at 19:19 UTC | |
|
Re: using an array in a regex
by holli (Abbot) on Jan 16, 2006 at 19:52 UTC | |
|