#!"C:\xampp\perl\bin\perl.exe" use CGI qw(:standard); print header; print start_html; print "OK"; print end_html;