Help for this page

Select Code to Download


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