Help for this page

Select Code to Download


  1. or download this
    # file proto.pl
    sub fn($);
    ...
    }
    __END__
    Prototype mismatch: sub main::fn ($) vs (\@) at proto.pl line 6.
    
  2. or download this
    # file proto.pl
    sub fn($);
    ...
    __END__
    Prototype mismatch: sub main::fn ($) vs (\@) at proto.pl line 6.
    bug!