Help for this page

Select Code to Download


  1. or download this
    sub bar { print 'woot' }
    
    ...
        };
        warn "You can not call $thing: $@ " if $@;
    }
    
  2. or download this
    foo :
    You can not call foo: Undefined subroutine &main::foo called at call l
    +ine 7.
      at call line 9.
    bar :
    woot