Help for this page

Select Code to Download


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