Help for this page

Select Code to Download


  1. or download this
      condition ? result_if_true : result_if_false
    
  2. or download this
      wantarray ? first {$_} map { lc } @_ : map { lc } @_ ;