この記事は”Perl6 Advent Calendar”をエスパー和訳したものです。大意は合っていると思われるものの、内容は保証しません。 <原文> 3日目 - ファイル操作 (原文/Moritz) Day 3 – File operations By Moritz ディレクトリ Directories (Perl5の)opendirなどとは違い、Perl6では指定したディレクトリ(デフォルトではカレントディレクトリ)に含まれるファイルのリストを返すdir関数があるだけです。ひとかけらのコードが、千もの言葉を話すのです(sp,e 結果は読みやすいように折り返されています)。 Instead of opendir and friends, in Perl 6 there is a single dir subroutine, returning a list of the files in