Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "AuthStatus\t", $xp->getNodeText('//ProcessSetupResponse/Process
    +SetupResult/i:AuthenticatedStatus'), "\n";
    print "AuthStatus\t", $xp->getNodeText('//ProcessSetupResponse/Process
    +SetupResult/a:AuthenticatedStatus'), "\n";
    
  2. or download this
    AuthStatus    Y
    AuthStatus    N