Help for this page

Select Code to Download


  1. or download this
    use Data::Dump::Streamer;
    
    ...
    my @true_values = map { filter_true($_) } @values;
    
    Dump \@true_values
    
  2. or download this
    $ARRAY1 = [
                1,
                ( undef ) x 2
              ];