Make lc/uc/lcfirst/ucfirst warn when passed undef.
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / echo
CommitLineData
b965d173 1print '1..', scalar(@ARGV), "\n";
2print "ok $_ ", $ARGV[ $_ - 1 ], "\n" for 1 .. @ARGV;