Help for this page

Select Code to Download


  1. or download this
                        int returnCode = SUCCESS;
    
  2. or download this
                        my $returnCode = SUCCESS;
    
  3. or download this
                            if ( $returnCode != SUCCESS ) { return $return
    +Code; }
    
                             return $returnCode;