in reply to Re^2: Is it possible to write a sub that understand default variables ?in thread Is it possible to write a sub that understand default variables ?
>perl -le"@a=qw(A B C); print lc @a" 3 [download]