Help for this page

Select Code to Download


  1. or download this
    my %args = (profile => 'foo');
    my %ta = map {defined($args{$_} ? ($_ => $args{$_}) : ()} qw(profile u
    +ser password);
    
  2. or download this
    my @array = grep {COND} LIST;
    my @array = map {COND ? $_ : ()} LIST