Perllace has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks, My script contains a line like this
$DUT->SendText('23456789'); ---; ---; ---;
I have to read a set of numbers from an excel file and send it to this function one by one. How do I go about doing this? thanks, Perllace

Replies are listed 'Best First'.
Re: Reading from an excel file
by roboticus (Chancellor) on Sep 20, 2011 at 09:43 UTC

    Perllace:

    I'd suggest starting with the example code (in the Synopsis) in Spreadsheet::ParseExcel, and where they print the cell values, add your function call.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

Re: Reading from an excel file
by Corion (Patriarch) on Sep 20, 2011 at 09:16 UTC