Help for this page

Select Code to Download


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