Help for this page

Select Code to Download


  1. or download this
    if ($result = thatroutine()) {
         return $result;
    }
    
  2. or download this
    if (my $result = thatroutine()) {
         return $result;
    }