http://www.perlmonks.org?node_id=553849


in reply to Split not working

Good advice from my fellow monks... But if you want to get the other values into your @info array individually, you want to split on \s (any whitespace) instead of \t (tabs).