in reply to Re: I don't understand a piece of this code
in thread I don't understand a piece of this code

That's how I initially learned it as well, but perldoc.perl.org j ust says "quote a list of words" where you have to sort of liberally accept that a word is letters separated by whitespace. "Quote with whitespace" makes more sense to me than "quote whitespace", but it mostly just matters that it works as advertised.

  • Comment on Re^2: I don't understand a piece of this code