in reply to Stumped when passing barewords
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 ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Stumped when passing barewords
by broquaint (Abbot) on Apr 22, 2004 at 13:53 UTC |