今日のPerl
公開日:
:
最終更新日:2014/02/04
プログラミング
記事内に広告を含む場合があります。記事内で紹介する商品を購入することで、当サイトに売り上げの一部が還元されることがあります。
会社ではVB.NETをやっているから
elsifをよくうち間違える・・・。
if(!defined $dino){
print "The value is undef.\n";
}elsif($dino =~ /^-?\d+\.?$/){
print "The value is an integer.\n";
}elsif($dino =~ /^-?\d*\.\d+$/){
print "The value is a _simple_ floating-point number.\n";
}elsif($dino eq ''){
print "The value is the empty string.\n";
}else{
print "The value is the string '$dino'.\n";
}
関連記事
- PREV
- Emacsをインストール
- NEXT
- 時刻の差