Help for this page
DB<106> sub tst {return undef} DB<107> print "true" if ( @list=tst() ) true
DB<108> sub tst {return} DB<109> print "true" if ( @list=tst() ) DB<110>