Help for this page

Select Code to Download


  1. or download this
    > perl -e 'sub method() { }; main->method(1, 2, 3);'
    
  2. or download this
    > perl -e 'sub method() { }; main::method("main", 1, 2, 3);'
    Too many arguments for main::method at -e line 1, near "3)"
    Execution of -e aborted due to compilation errors.