Help for this page
sub blah($) { print "blah\n" } sub blah($$) { print "blah\n" }
Prototype mismatch: sub main::blah ($) vs ($$) at test.pl line 3.