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


in reply to Re^9: Split output by tabs (bogus best practice)
in thread Split output by tabs

You showed an example of how the use of braces forces Perl to try to interpret something as a file handle and to complain that $h is not a file handle (just not as clearly as it might).

That looks like evidence in support of the claimed "best practice".

- tye        

  • Comment on Re^10: Split output by tabs (best practice?)

Replies are listed 'Best First'.
Re^11: Split output by tabs (best practice?)
by shmem (Chancellor) on Nov 13, 2012 at 20:21 UTC
    That looks like evidence in support of the claimed "best practice".

    Well, er... sh*t. I blew that one, it seems. Sigh..:)