sashac88 has asked for the wisdom of the Perl Monks concerning the following question:
What should I do.$ARGV[0]=$commandfile; $^I=".bak"; while(<>) { foreach $com (keys %hashnew) { if (/$hashnew{com}/../\*\ Exit\ conte +xt\ \*/) { s/$com//; } } print WFILE $_; }
Edited by Chady -- code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: File parsing-again
by heroin_bob (Sexton) on Jun 30, 2004 at 15:07 UTC | |
|
Re: File parsing-again
by Aragorn (Curate) on Jun 30, 2004 at 15:06 UTC |