Help for this page

Select Code to Download


  1. or download this
        require Module;
        Module -> import (args...) if Module -> can ("import");
    
  2. or download this
        sub AUTOLOAD {
            ...
    ...
                }
            }
        }
    
  3. or download this
        # For single inheritance.
        sub new {
    ...
                return bless \(my $foo) => shift;
            }
        }