I'm still trying to get a hang of Perl's OOP features. I'm confused about something, if I have a subroutine call like:
My::Package::sub_name($param1,$param2)
will this get "My::Package" sent as the first parameter? I'd tend to say no, but I'm not sure.