開発環境
- OS X Mavericks - Apple(OS)
- BBEdit - Bare Bones Software, Inc., Emacs (Text Editor)
- Perl (プログラミング言語)
初めてのPerl 第6版 (Randal L. Schwartz (著)、brian d foy (著)、Tom Phoenix (著)、近藤 嘉雪 (翻訳)、オライリージャパン)、1章(Perl入門)の1.5(練習問題)1を解いてみる。
その他参考書籍
1.
コード(BBEdit, Emacs)
sample.pl
#!/usr/bin/env perl use strict; use warnings; use utf8; use 5.016; say "Hello, World!";
入出力結果(Terminal)
$ ./sample.pl Hello, World! $
0 コメント:
コメントを投稿