print <<END_of_Multiline_Text;
Content-type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<title></title>
		<link rel="stylesheet" type="text/css" href="/css/winxp.blue.css" />
		<link rel="stylesheet" type="text/css" href="/css/tabs.css" />
		<style type="text/css">
			a:link {
				color: #FF6600;
			}
			a:visited {
				color: #FF6600;
			}
			a:hover {
				color: #FF9900;
			}
			a:active {
				color: #FF6600;
			}
			.style5 {
				color: #FFFFFF;
				font-size: 12px;
				font-weight: bold;
			}
			.style7 {
				font-size: 1px;
				color: #FFDE5B;
			}
			.softdebut_g_young{
				font-family: Tahoma;
				font-size: 11px;
				font-style: normal;
				color: #999999;
				text-decoration: none;
			}
		</style>
	</head>
<body>

<div class="screenLayout">

<div style="margin: 0px; height: 50px;">
	<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td width="620" colspan="2" align="left" valign="middle"><img src="../../img/common/logodebut.gif" width="224" height="41"></td>
			<td align="right" valign="top" width="1323"><img src="../../img/common/top_body_bg.gif" width="654" height="60"></td>
		</tr>
		<tr bgcolor="#FFDE5B">
			<td colspan="3"><span class="style7">0</span></td>
		</tr>
		<tr align="center" valign="top">
			<td colspan="3" align="center">&nbsp;</td>
		</tr>
	</table>
</div>

<div class="contentLayout">
	<div class="contentContainer">
		<div class="pageContent">
			<div class="pathBar"><a href="/index.html">Site Home Page</a> &gt;</div>
			<div class="screenTitle">Perl possibilities test page</div>
		<br/>
			<div id="screenTabs">
				<div id="tabs">
					<ul>
						<li id="current" class="first"><a href="test.php"><span>Environment</span></a></li>
					</ul>
				</div>
			</div>
			<div class="tabContent">
		<p>This page allows to check the possibility to get the extension environment settings.</p>


		<div class="formContainer">

		<fieldset>
			<legend>Installed modules</legend>
			
			<p>
				<table class="formFields" cellspacing="0" width="100%">
                                    <tr>
                                       <td>
                                         Perl version: $]
                                         <br>
                                         <br>
					<iframe src="test_info.pl" height ="320px" width="100%"></iframe>
			</td></tr>
			</table>
			</p>
			
		</fieldset>

		</div>
		</div>
		</div>
	</div>
</div>
<div style="bottom: 0px; height: 40px; width: 100%; margin-bottom: 0; position: absolute;">
	<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
		<tr bgcolor="#FFDE5B">
			<td colspan="3"><span class="style7">0</span></td>
		</tr>
		<tr bgcolor="#FFB546" height="40">
			<td height="50" bgcolor="#FFB546">
				<a href="http://www.softdebut.com"><BR></a>
			</td>
			<td bgcolor="#FFB546">
				<a href="http://www.softdebut.com" target="_blank">
				<img src="../../img/common/logo.gif" alt="Soft De'but (Believe in Professional)" width="224" height="41" border="0">
				</a>
			</td>
			<td height="50" align="right" valign="top" bgcolor="#FFB546" class="softdebut_g_young">
				<span class="style8">
					copyright &copy; 2006 softdebut.com All right resverved.<br>
					Tel.+66 2 861 4600
				</span><br>
				<a href="mailto:info\@softdebut.com">info\@softdebut.com </a>
			</td>
		</tr>
	</table>
</div>

</div>
</body>
</html>
END_of_Multiline_Text

