in reply to Does Perl 5 (or 6?) need another built-in variable for the -F switch?


Awk has the FS variable for this:
$ awk -Ffoo 'BEGIN{print FS}' foo

--
John.

  • Comment on Re: Does Perl 5 (or 6?) need another built-in variable for the -F switch?
  • Download Code