📄 程嶏清单6-4.txt
字号:
print " how much is this dictionary?";
$price = <STDIN>;
chomp($price);
unless ($price > 65) {
print "So I have enough money to buy the dictionary.";
}
elsif ($city eq "Miami") {
print "Miami is south of Washington, D.C. And much warmer!\n";
}
else {
print "I don't know where $city is, sorry.\n";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -