Help for this page

Select Code to Download


  1. 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;
    
  2. 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;
    
  3. or download this
      foreach(@conf){
    
    ...
        # the reason for doing this weird thing
        my $t.   = "".$i;