On Friday 21 May 2004 23:41, Yi Chu wrote:
> Does anyone know the mailing list for beginners for Expect? Or some of you
> may know the answer to my question, I just ask the question here.
>
> How to send function key in Expect program?
>
> Example:
> send "Tab()\r"
> would send the tab character.
I use the xls2csv utility that comes with Spreadsheet::ParseExcel.
Here's how I use it:
#!/usr/bin/perl
use warnings;
use strict;
use Spreadsheet::ParseExcel;
use Spreadsheet::ParseExcel::Utility qw(xls2csv);
my $content = xls2csv('myspreadsheet.xls', 'A5:Q164');
# $content is now the spreadsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Etienne Robillard wrote:
| Hi,
|
| Here's my first post on this list :)
|
| For fun, I did a small TODO file in XML and then im attempting to,
| err, read from it via XML::Simple (and XML::Parser).
|
| the docs in XML::Simple says that it is possible to