Help for this page
require Module; Module -> import (args...) if Module -> can ("import");
sub AUTOLOAD { ... ... } } }
# For single inheritance. sub new { ... return bless \(my $foo) => shift; } }