Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    filterExclude( \@ar, \%config );
    
    use Data::Dump 'dd'; dd { ar => \@ar, config => \%config };
    
  2. or download this
    {
      ar => [1, 2, 4 .. 7, 9, 10],
      config => { 3 => { Exclude => 1 }, 8 => { Exclude => 1 } },
    }