in reply to quick question about do - Nevermind, solved

can you supply code? Does the do() code do anything to the workbook variable? What is the dynamically created code? there may be a different (better?) way than the current do() approach.

Replies are listed 'Best First'.
Re^2: quick question about do
by djwaddel (Initiate) on Aug 21, 2005 at 14:57 UTC
    Hey Dave, Sorry it was user error :p

    My $worksheet->insert_bitmap() was failing because the bmp that imagemagick creates apparently isn't 24 bit true color. Hmmm

    Thanks for your help though!