Help for this page
package Foo; ... bless $self, $class; }
#!/tool/bin/perl -w use strict; ... use My::Foo 1.0; printf("version = %s\n", $Foo::VERSION);