Help for this page

Select Code to Download


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