in reply to Re^2: How to get split $var to work like split ' '?
in thread How to get split $var to work like split ' '?

Search for "specifying a PATTERN of space" in perldoc -f split. The difference relates to leading empty strings.
  • Comment on Re^3: How to get split $var to work like split ' '?