Help for this page

Select Code to Download


  1. or download this
    my $hash;
    my @component = qw / abs def gki jkl mno /;
    ...
            }
        }
    }
    
  2. or download this
    my $root_dir = 'C:/Stuff/';
    my $component = 'abs';
    ...
    my $index = '01';
    my $csv_file = (join '_' => ($component,$this_that,$index)). '.csv';
    my $csv_file_path = $root_dir.$csv_file;