Help for this page
use strict; use Carp; ... my $variable = 1; my $fileName = "File_".$variable; print $fileName "Hello\n";
Can't use string ("File_1") as a symbol ref while "strict refs" in use + at….