my $response; eval { $response = $soap_handle->call('MyMethod', $security_token, $datagram); }}; if ($@) { print "Error: SOAP call died: $@. \n"; } #### blah ####