Help for this page

Select Code to Download


  1. or download this
    if ((my ($x, $y) = mysub ($args))[0]) {
    
  2. or download this
    my ($x, $y);
    if ((($x, $y) = mysub ($args)) != 1 || !defined($x) || length($x) != 1
    + || $x != 0) {
    ...
    else {  # Triggered on a single 0
       do other stuff
    }