Help for this page
sub testc1 { if(defined wantarray()) { ... testc1(); $a=testc1(); @a=testc1();
sub testc2 { if(wantarray()) { ... $x=testc2(); @x=testc2(); testc2();