# print each line after replacing "go" with "/" while (<FILE>) { $count++ if s/^go/\//; print; } print STDERR "There were $count lines starting with 'go' in this file\ +n";
-- Mike
--
just,my${.02}
In reply to Re: Matching Question
by thelenm
in thread Matching Question
by curtisb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |