Help for this page
my $obj = tie my @array, 'My::Class'; $obj->some_method;
(tied @array)->some_method();