Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use strict;
    ...
    # OUTPUT:
    yes, I can foo
    Undefined subroutine &Bar::foo called at ./test_foo line 17.
    
  2. or download this
    sub foo {}