use strict; use warnings; print("hello world\n");
vagrant@vagrant-ubuntu-trusty-64:~/app$ perl hello.pl
hello world
my $msg; $msg = "Hello World\n"; print $msg;
こうも書ける。
my $msg = "Studying Perl\n"; print $msg;
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший