in reply to Re: select line from file
in thread select line from file

#decent way - use split instead of regex

Umm, pardon me, but doesn't your split (/\+| /, $line); uses regex in its /\+| / part?