in reply to Re: how to get length of each line of file with spaces
in thread how to get length of each line of file with spaces

Except when using autodie (in which case open doesn't return anything on failure I suppose?)

  • Comment on Re^2: how to get length of each line of file with spaces

Replies are listed 'Best First'.
Re^3: how to get length of each line of file with spaces
by afoken (Chancellor) on May 18, 2019 at 09:53 UTC
    Except when using autodie (in which case open doesn't return anything on failure I suppose?)

    Right. The open wrapper created by autodie dies instead of returning. (This happens somewhere in Fatal, from which autodie inherits almost everything.)

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)