Help for this page
+ package Devel::Lite; ... return wantarray ? @ret : $ret[0]; } 1;
perl -I. -d:TobyLite -e "sub x { print qq{okay\n}; } x();"