Help for this page
use strict; use warnings; ... my @strings = $string =~ m{\[+([^\]]*])\]+}g; print qq{@strings\n};
one two three