&error(エラー表示)
基本構造へ戻る
######################################################
# エラー処理
######################################################
#
#
sub error{
print <
<body>
<div align="center">
<table border=1 cellpadding=18 cellspacing=0 width="450">
<tr><td align="center">
<h5>確認して下さい♪</h5>
<font color="hotpink">$_[0]</font>
<p>
<form>
<input type="button" value="戻る" OnClick="javascript:history.back();" class="bttn1">
</form>
</td></tr></table>
</div>
</body>
</html>
html
exit;
}
#
#
######################################################