in reply to Re^2: blessed object containing reference to hash
in thread blessed object containing reference to hash

I thought that you might be shooting for connect('file'). That won't work, because you won't be handed a package name as your first param. The most common approach is Excel::Tabbed->connect('file');

Ted Young

($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)

Replies are listed 'Best First'.
Re^4: blessed object containing reference to hash
by arcnon (Monk) on Jan 04, 2005 at 16:33 UTC
    it only took about 40 minutes for me to figure that one out. But I am sure Ill remember next time : )