Help for this page
if ($method ne "GET") { if ($method ne "POST") { msg(400); } }
if ($method ne "GET" && $method ne "POST") { msg(400); }
open(FILE1, $ARGV[0]); @lines = <FILE1>;