Shutdown Archive web server
#!/usr/bin/perl -w use strict; use diagnostics; # Remove from production code use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to('/tmp') -> handle ;