Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nqounet/perl-entrance-sandbox

Perl入学式を意識したコード集
https://github.com/nqounet/perl-entrance-sandbox

beginners-friendly perl

Last synced: 24 days ago
JSON representation

Perl入学式を意識したコード集

Awesome Lists containing this project

README

        

# Perl入学式を意識したコード集

[Perl入学式](http://www.perl-entrance.org/)を意識して、説明用に書いたり書かなかったりしたコード集です。

ブログのネタ用として簡単に書いてみたコードも含みます。

## 準備

コードを簡潔にしたり説明しやすくするために、Perlの標準ではないモジュールを利用しています。

以下のようにして必要なモジュールをインストールしてください。

$ git clone https://github.com/nqounet/perl-entrance-sandbox.git
$ cd perl-entrance-sandbox
$ cpanm --installdeps .

これらのコマンドがエラーになる場合は、プログラミングの環境構築が必要です。

是非[Perl入学式](http://www.perl-entrance.org/)へご参加ください。