- or download this
# usage: special_last_map { block } $sentinel_variable, @list_of_value
+s;
...
} 0 .. $#_
}
- or download this
my $is_last;
...
$is_last,
@list;
- or download this
sub map_with_index(&@)
{
...
&$code
} 0 .. $#_
}
- or download this
print for map_with_index
{
...
}
qw( alpha beta gamma delta );