Skip to content

Perl初心者向けのごくごくシンプルなサンプルスクリプト集

Notifications You must be signed in to change notification settings

yusukebe/PerlTamago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

これは何?

Perl初心者向けのごくごくシンプルなサンプルスクリプトを 置いていこうと思います。 「Perlたまご」といいます。 サンプル集たくさんあると思いますが、なんとなく自分で書いてみたかったという 個人的な事情により作って行きます。

CGIの実行方法

Plackを入れてれば、apache等無しで、plackupコマンドでテスト環境を立ち上げられます。

plackup -MPlack::App::CGIBin -e 'Plack::App::CGIBin->new(root => "./cgi-bin")->to_app' -R ./cgi-bin

作者

Yusuke Wada ( yusuke at kamawada.com )

About

Perl初心者向けのごくごくシンプルなサンプルスクリプト集

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published