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