The method names are in ALL CAPS, which is a convention that Perl uses to indicate ... sub FETCHSIZE { my $self = shift; return scalar @{$self->{ARRAY}}; }.
確定! 回上一頁