http://www.perlmonks.org?node_id=1061925


in reply to Re^3: Extracting Columns from line
in thread Extracting Columns from line

The reason is mainly security, redirection coupled with pathnames can produce nasty effects at unexpected filenames. Using the 3 argument open to separate the mode from the path can prevent regrets.

I am currently unaware of performance stats