- or download this
open('conf', "$PATHconf") || die "can't open $PATHconf: $!\n";
my @conf = <conf>;
...
my $filename = "Output012023.xlsx";
my $workbook = Excel::Writer::XLSX->new( $filename );
open(FH, "<", "Debt.csv" ) or die;
- or download this
open('conf', "$PATHconf") || die "can't open $PATHconf: $!\n";
my @conf = <conf>;
...
my $workbook = Excel::Writer::XLSX->new( $filename );
open(FH, "<", "Debt.csv" ) or die;
- or download this
foreach(@conf){
...
# the reason for doing this weird thing
my $t. = "".$i;