in reply to Re^8: How to split unique patterns
in thread How to split unique patterns

The construct @info{ @columns } is a Hash Slice, as described in perldata.

It basically allows mass-assignment to multiple keys of a hash in one statement.