Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $som = $soap->RetrieveList();
    die $som->faultstring if ($som->fault);
    print $som->results, "\n";
    
  2. or download this
    401 Unauthorized at test.pl line 25.