Powered by SmartDoc

コマンドラインで実行する

アプリケーションをコマンドラインで起動すると、オフラインモードで実行します。実行すると下記のような文が表示され、入力待ちになります。ここでアプリケーションに渡すフォームデータをname=valueの形式で指定します。最後にCtrl-Dを押すと実行します。

[localhost:/cgi-bin/Examples] user% ./Examples.cgi
(offline mode: enter name=value pairs on standard input)
# Ctrl-D
Content-Type: text/html

<html>
<head>
<title>Examples</title>
</head>
<frameset cols="200,*">
    <frame name="Index" src="?element_id=IndexPage">
    <frame name="Contents" src="?element_id=IntroductionPage">

       <body>
            Use other browser.
        </body>
    </noframes>
</frameset>