- or download this
sub first (&@) {
my $code = shift;
...
undef; # <====== BUG?
}
- or download this
D:\workspace> perl
D:\eclipse\workspace\BDC\lib> perl
...
undef
];
In scalar-context: true
- or download this
D:\workspace>perl -MList::Util -le "print $List::Util::VERSION"
1.19