Help for this page

Select Code to Download


  1. or download this
    if (some_func()) {
        my $val = some_func();
    }
    
  2. or download this
    my $val = some_func();
    if ($val) {
        # ... 
    }