Help for this page

Select Code to Download


  1. or download this
    package PoxPost;
    
    ...
            return 0;
        }
    }
    
  2. or download this
    print "start\n";
    
    ...
    
    PoxPost::PostESB($svc, $msg);
    print "sent\n";
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
        PoxPost::PostESB("COMPARE_PRUNE", $payload);    
    }