Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "Foo:      ", Foo->method, "\n";
    print "Foo::Bar: ", Foo::Bar->method, "\n";
    print "Foo:      ", Foo->method, "\n";