Help for this page

Select Code to Download


  1. or download this
      my $response = doSomething ();
    
    ...
        #..do something which fails
        0;
      }
    
  2. or download this
      my $response = doSomething ();
    
    ...
        }
        0;
      }