760176104 发表于 2018-8-31 09:51:27

Perl Learning - 10 (hash)

my %last_name=(  "fred"   => "flintstone",
  "dino"   => "undef",
  "barney" => "rubble",
  "betty"=> "rubble",
  );

页: [1]
查看完整版本: Perl Learning - 10 (hash)