Help for this page
sub want { if( ! defined wantarray ) { ... array context 1 void context
my @array=(-1,0,1); print "true\n" if @array[0,2,1];