Introduction

せりか式 - Satsuki system - Satsuki systemの例 - Introduction

変数の出力や簡単な構文の例です. ソースを読むためにはこれくらい知っておきましょう.

ダウンロード

    Introductionサンプルのダウンロード(差分)intro.zip
    Introductionサンプルのダウンロード(フルセット)intro_full.zip (Satsuki system本体を含む)

ファイルの構成

Introduction
[intro.zip]
  |-- intro.cgi
  |-- intro.conf.cgi
  |-- [skelton]
  |     `-- main.html
  `-- [lib]
        `-- [Satsuki]
              `-- intro.pm

Introductionに含まれるファイル

intro.cgi, intro.conf.cgi

Introductionのスタートアップ,及び設定ファイルです. ファイル名,conf内部でメインクラス名をintroにした以外,変更していません.

intro.pm

Introductionのメインクラスとなるperl moduleファイルです. ファイル名,パッケージ名をintroにし,以下のメソッドを追加しています.

main.html

Introductionを表示するためのメインスケルトンです.

実行例

このスクリプトを実行した結果がイントロダクションのページになっています.
トップへ