Help for this page

Select Code to Download


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