Help for this page

Select Code to Download


  1. or download this
        foreach my $person (@people) {
            my @personData;
    ...
            $worksheet->write_row($excelRow, 0, \@personData) or die "Writ
    +e failed: $!\n";
            $excelRow++;
        }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        
        return join "", @convertedChars;
    }