in reply to Here document construct problem

Are you sure $data is defined? and all elements in data? Have you tried dumping the %data-hash (using Data::Dumper)?

The code in your scratchpad does not show the definition of %data...

Replies are listed 'Best First'.
Re^2: Here document construct problem
by hok_si_la (Curate) on Feb 17, 2005 at 20:57 UTC
    Animator,

    Data and all of its elements seem to be defined. The script spits them out as it should with the one exception being the table row that prints out the warnings, which actually changes from query to query. I have not tried data dumper yet. I can comment out the subroutine call altogether and still have issues, so that shouldn't be it. At this point I am not really one to say though so I will give it a try.

    hok_si_la