Help for this page

Select Code to Download


  1. or download this
        @olist = map { decode_utf8( $_ ) } @ilist;
    
  2. or download this
        @olist = map { (ref() ? $_ : decode_utf8( $_ ) } @ilist;