Help for this page
my $abc_this_01 = "C:/Stuff/abc_this_01.csv"; my $def_this_01 = "C:/Stuff/def_this_01.csv"; ... my $mno_that_01 = "C:/Stuff/mno_that_01.csv"; # etc.
use strict; use warnings; ... my $comp = $_; our ${$comp.'_this_01'} = "C:/Stuff/${_}_this_01.csv"; }