Help for this page

Select Code to Download


  1. or download this
    my $persist if 0; # illegal >= 5.10.0
    
  2. or download this
    if (my $result = some_func()) {
        # do something with $result
    }