in reply to Re: presentation perl
in thread presentation perl
Why all these curlies and parens? a simple#!perl -n if(/RS/) { print }
is enough :)#!perl -n print if /RS/
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: presentation perl
by grizzley (Chaplain) on Jan 21, 2009 at 07:40 UTC |