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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dproto.t275 testing \&a_sub, '&';
277 sub a_sub (&) { subroutine
284 a_sub { printf "ok %d\n",$i++ };
285 a_sub \&tmp_sub_1;
288 eval 'a_sub @array';

Completed in 43 milliseconds