Help for this page
{ local $/=undef; open FILE, "xl/workbook.xml" or die "Couldn't open file: $!"; ... my $member_workbook = <FILE>; close FILE; }
#!/usr/local/bin/perl # package Spreadsheet::XLSX; ... # Copyright (C) 2005 Ken Prows. All rights reserved. # This script is free software; you can redistribute it and/or modify +it under the same terms as Perl itself.