にぽたん研修所 兼 にぽたん休憩所

旧にぽたん休憩所をマージしたからわけがわからない

use strict

use strict;

について、別にいいんじゃないですかね。
use strict; 絶対にしなくてはいけないものなのかな。
use strict; をなるべくしろとは言うけど、そのかわりに、絶対にuse Acme::Code::Police; しろと言いたい。

% mkdir use_strict
% cd use_strict
% vim japf.pl
#!/usr/local/bin/perl
use Acme::Code::Police;

$just_another_perl_fucker = '4798012971';
printf("http://amazon.co.jp/o/ASIN/%s/nipotan-22\n", $just_another_perl_fucker);
% chmod +x japf.pl
% ls -lF
-rwxr-xr-x  1 nipotan  nipotan  170 22 May 12:00 japf.pl*
% ./japf.pl
http://amazon.co.jp/o/ASIN/4798012971/nipotan-22
% ls -lF
%

しないと嫌な気分になるので、自然と use strict; を書きたくなるから。


まぁ、暗に「use strict; を絶対にしろ」って言ってるのに近いですが。


あ、あと「Ajaxイン・アクション欲しい!」だとかなんだとか。