Help for this page

Select Code to Download


  1. or download this
    my %params = (
        type  => qr/Order|Return/,
        month => sub { my $month = shift; return grep { /$month/ } (1 .. 1
    +2) }
      );