Help for this page

Select Code to Download


  1. or download this
     
    sub block(&) {
        return undef;
    }
    
    print block {'whatever'} || "is undef";
    
  2. or download this
    sub block(&) {
        return undef;
    ...
    Too many arguments for main::block at bug.pl line 6, near "// "is unde
    +f""
    syntax error at bug.pl line 6, near "// "is undef""
    Execution of bug.pl aborted due to compilation errors.