Help for this page

Select Code to Download


  1. or download this
    sub blah($) { print "blah\n" }
    
    sub blah($$) { print "blah\n" }
    
  2. or download this
    Prototype mismatch: sub main::blah ($) vs ($$) at test.pl line 3.