in reply to Re: substitutions on a single line
in thread substitutions on a single line
while (<FILE1>) { ($hash, $input, $for, $aa) = split( /\s+/, $_) if /^\# \input\b.*/; $. == 1 && $aa =~ /LEU\b/ && s/ (.*)/$z31eu $z2leu $z1leu $1/; print output "$_"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: substitutions on a single line
by davido (Cardinal) on Apr 14, 2004 at 16:40 UTC |