Help for this page

Select Code to Download


  1. or download this
    package Bar
    use interface Foo;
    warn "blaah";
    sub bar { }
    1
    
  2. or download this
    package Foo;
    sub bar {}
    1