Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MO=Deparse,-p -e"die ref $res ? $res->faultstring : $soap->t
    +ransport->status"
    die((ref($res) ? $res->faultstring : $soap->transport->status));
    -e syntax OK
    
  2. or download this
    die( ( ref( $res ) ? $res->faultstring : $soap->transport->status ) );