Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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入学式を意識したコード集
- Host: GitHub
- URL: https://github.com/nqounet/perl-entrance-sandbox
- Owner: nqounet
- Created: 2014-07-12T04:25:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T04:47:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T02:21:40.531Z (3 months ago)
- Topics: beginners-friendly, perl
- Language: Perl
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)へご参加ください。