Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    sub test {
    ...
    package main;
    
    test Foo(47);
    
  2. or download this
    test invoked on behalf of Foo with args: 47