Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    grep { $_ > 0 and $_ <= 1 } 
    map { $_ + 1 } -1 .. 1
    ];
    
  2. or download this
    Missing comma after first argument to map function at map_inside_splic
    +e.pl line 12, near "]"
    
  3. or download this
    use warnings;
    use strict;
    ...
    grep { $_ > 0 and $_ <= 1 } 
    map { $_ + 1 } -1 .. 1
    ];
    
  4. or download this
    a