use strict; use warnings; foo(2,3,4); sub foo($$$) { print "@_", $/ } __OUTPUT__ main::foo() called too early to check prototype at - line 3. 2 3 4
--
[ e d @ h a l l e y . c c ]
In reply to Re: Stumped when passing barewords
by halley
in thread Stumped when passing barewords
by crenz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |