Help for this page

Select Code to Download


  1. or download this
    @arr1 = map {$_ eq "" ? 0 : $_} @arr1;
    
  2. or download this
    use strict;
    use warnings;
    use 5.010;
    ...
    
    --output:--
    3