DB<139> sub my_uc { my $c = shift; return uc($c); } DB<140> my_uc() DB<141> @a = map my_uc, a..c => ("", "", "")
keep in mind no argument means $c is undef!
Cheers Rolf
In reply to Re^3: Problems with map(function, array)
by LanX
in thread Problems with map(function, array)
by Redei
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |