Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
標準入力
[go: Go Back, main page]

標準入力


 STDINというファイルハンドルが用意されています。
print "何か入力してEnterを押してください。\n";
my $str = <STDIN>;
chomp $str;
print "$str と入力しましたね。\n";

関連項目

chomp関数
標準エラー出力
・標準出力