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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dnothr5005.t26 sub baz { push @_, 'E'; return @_ } subroutine
33 print "not" unless join('',baz('e')) eq 'eE';

Completed in 24 milliseconds