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


in reply to splitting lspci output

From perldoc -f split:

If LIMIT is specified and positive, it represents the maximum number of fields the EXPR will be split into

So if you want to split it into just 2 fields, you give that as the limit