- or download this
open my $OUT, '>>', "$mycrdir/file_detail.txt" or die "Can't create '$
+mycrdir/file_detail.txt'" ;
- or download this
my $filename = "$mycrdir/file_detail.txt";
open my $OUT, '>>', $filename
or die "Can't create '$filename'";
- or download this
open my $OUT, '>>', $filename
or die "Can't create '$filename': $!";