print $q->header(); print qq!!; open (my $IN,"<".$location."tmp/test.sql") || die $!; while (<$IN>){ print $_; } close IN;