Help for this page
use strict; use warnings; ... my $getoptresult = GetOptions('list=s{2}' => \@list); foreach my $item (@list) {print "$item\n";}
strA,==,100 strB,>,1000