Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'sub trim {} sub trim($) {}'
    Prototype mismatch: sub main::trim: none vs ($) at -e line 1.
    
  2. or download this
    $ perl -we 'sub trim {} sub trim($) {}'
    Prototype mismatch: sub main::trim: none vs ($) at -e line 1.
    Subroutine trim redefined at -e line 1.