#!perl.exe -wT use Strict; use CGI; my $q = new CGI; print $q->header("text/html"); print"

Turning Lights ON

"; my $command = join ("", "x10comm.exe ", "a2 ", "on"); system($command);