RE: using ParseExcel::Simple to get worksheet name

2003-03-05 Thread Dan Muey
> thanks, dan. while sometimes you can get away with not > understanding something, in my case,hashes--sometimes you > just have to face them head-on. Amen to that > > thanks for your time in addressing my problem. No problem I hope it helped, I may need help with that module someday Too so

RE: using ParseExcel::Simple to get worksheet name

2003-03-05 Thread Dan Muey
> im trying to use Spreadsheet::ParseExcel::Simple to return > the name of the worksheet. but all i get is something such as: > Spreadsheet::ParseExcel::Simple::_Sheet=HASH(0x39b8918) > > what am i doing wrong? It's returning a reference to a hash it looks like. I've never used that module so I

RE: using ParseExcel::Simple to get worksheet name

2003-03-05 Thread Wagner, David --- Senior Programmer Analyst --- WGO
[EMAIL PROTECTED] wrote: > im trying to use Spreadsheet::ParseExcel::Simple to return the name > of the worksheet. > but all i get is something such as: > Spreadsheet::ParseExcel::Simple::_Sheet=HASH(0x39b8918) > > what am i doing wrong? > > code: > > use strict; > use Spreadsheet::ParseExcel::S

Re: using ParseExcel::Simple to get worksheet name

2003-03-05 Thread Frank Wiles
.--[ [EMAIL PROTECTED] wrote (2003/03/05 at 11:21:20) ]-- | | im trying to use Spreadsheet::ParseExcel::Simple to return the name of the | worksheet. | but all i get is something such as: | Spreadsheet::ParseExcel::Simple::_Sheet=HASH(0x39b8918) | | what am i doing wrong? |