my $obj = tie my @array, 'My::Class'; $obj->some_method; #### (tied @array)->some_method();