Help for this page

Select Code to Download


  1. or download this
    @tempCustArray = keys %{+ map { $_ => 1 } @webCustomers };
    
  2. or download this
    my @t = keys %{+{ +map { $_ => 1 } qw|uno dos tres| }}
    
  3. or download this
    @tempCustArray = keys %{{ map { $_ => 1 } @webCustomers }}