Will Coleda wrote:
Fair enough, but:And there's an upside: It's more forgiving than requiring that the developer type precisely one wordspace characters between arguments.That's not how split(' ') works. Please re-read the perldoc quote above.
Can split(' ') handle multiple wordspaces? tab characters? combinations thereof? (Just looking at it, I wouldn't expect it to. I'd only expect it to work on single wordspaces.)