Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
    
    sub manual_error() {
    }
    
  2. or download this
    Too many arguments for main::manual_error at tmp.pl line 9, near ""hi"
    +)"
    Execution of tmp.pl aborted due to compilation errors (#1)
    ...
    Uncaught exception from user code:
            Too many arguments for main::manual_error at tmp.pl line 9, ne
    +ar ""hi")"
            Execution of tmp.pl aborted due to compilation errors.