Foo1::bar(); #### my $obj = bless {},"Foo1"; $obj->bar(); # Calling an instance method. # this passes DIFFERENT parameters than the class method, above.