Help for this page

Select Code to Download


  1. or download this
    map { $_ => undef } qw(Name Phone)
    
  2. or download this
    { map { $_ => undef } qw(Name Phone) }
    
  3. or download this
    exists { map { $_ => undef } qw(Name Phone) } -> { $field };