perl -lane' print "$F[0] ", "$F[4]" , " $F[5]";'

Is there anyway to incoporate $\ <- output record separtor to do this instead of printing out w/ manual spaces beteween the variables?

--
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