perl
2011年10月18日 星期二
Perl :use strict sub;
#strictSub.pl
use strict 'subs';
#$SIG{PIPE} = Plumber;
# blows up
$SIG{PIPE} = "Plumber";
# just fine: quoted string is always ok
$SIG{PIPE} = \&Plumber;
# preferred form
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言