Help for this page

Select Code to Download


  1. or download this
    sub xx { wantarray ? ( qw/wrong wrong wrong/ ) : 'right' }
    
    ...
    print xx() . '';
    
    # use || or && did not work since they change my returned value
    
  2. or download this
    $x->zxy( 
      time => scalar( localtime ), 
      4 => scalar(qw/ 1 2 3 4 /)
    );