Searched defs:testing (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dproto.t23 sub testing (&$) { subroutine
44 testing \&no_proto, undef;
71 testing \&no_args, '';
101 testing \&one_args, '$';
140 testing \&over_one_args, '$@';
184 testing \&scalar_and_hash, '$%';
228 testing \&one_or_two, '$;$';
275 testing \&a_sub, '&';
296 testing \&a_subx, '\&';
315 testing \
[all...]

Completed in 24 milliseconds