On 14 Jul 2014, at 05:39, Shlomi Fish <shlo...@shlomifish.org> wrote:

> don't use two-args open

perldoc -f open

            In the one- and two-argument forms of the call, the mode and
            filename should be concatenated (in that order), preferably
            separated by white space. You can--but shouldn't--omit the mode
            in these forms when that mode is "<". It is always safe to use
            the two-argument form of "open" if the filename argument is a
            known literal.

JD

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