2引数のopen(非推奨)を使用してファイルoutput.txtにHello, world!を出力する #!/usr/bin/perl use strict; use warnings; my $filename = 'output.txt ...