html 소스가 그냥 보이는 현상
Posted: 2005 10 24 16:22 42
perl로 프로그램을 개발 중인데,
다른 웹브라우저에서도 작동하는지 확인하려고 mozilla를
이용해서 perl 파일을 열어봤습니다.
그런데 html 소스가 그냥 보이는 군요..
뭐가 잘못되었는지 알려주시면 감사하겠습니다.
소스는
#!/usr/bin/perl -w
print "Content-type: text/plain\n\n ";
print "
<html>
<head>
<meta http-equiv='content-type' content='text/html; charset=euc-kr'>
</head>
<body bgcolor=navy>
<h1>test</h1>
</body>
</html>
";
이것이 전부이고 링크는 아래에...
http://www.smallsoft.co.kr:8031/~hstae/pks/test.pl
다른 웹브라우저에서도 작동하는지 확인하려고 mozilla를
이용해서 perl 파일을 열어봤습니다.
그런데 html 소스가 그냥 보이는 군요..
뭐가 잘못되었는지 알려주시면 감사하겠습니다.
소스는
#!/usr/bin/perl -w
print "Content-type: text/plain\n\n ";
print "
<html>
<head>
<meta http-equiv='content-type' content='text/html; charset=euc-kr'>
</head>
<body bgcolor=navy>
<h1>test</h1>
</body>
</html>
";
이것이 전부이고 링크는 아래에...
http://www.smallsoft.co.kr:8031/~hstae/pks/test.pl