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 ?

No surprises there
>perl -le"@a=qw(A B C); print lc @a" 3
  • Comment on Re^3: Is it possible to write a sub that understand default variables ?
  • Download Code