perl 中一個隨機編故事的程序(rand隨機函數的應用舉例)+好的程序自己就是註釋

use strict; use warnings; #定義變量 my $count; my $input; my $number; my $sentence; my $story; #定義四個數組 #定義了人物數組 my @nouns= ( 'Dad', 'TV', 'Mom', 'Groucho', 'Rebecca', 'Harpo', 'Robin Hood', 'Joe
相關文章
相關標籤/搜索