Help for this page
my $returnvalue = Common->somesub();
my $returnvalue = Common::somesub();
package Foo; sub bar { print join( ',', @_ ) . "\n"; } ... Foo,arg1 Baz,arg1 Undefined subroutine &Bar::bar called at - line 9.