On 2012-04-09 03:12, Tiago Hori wrote:

Is there any way that I could parse a row at a time

  while ( <$fh> ) {
      $_ eq 'foo' and print "$.:$_\n"
        for split /\t/;
  }

--
Ruud

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to