in reply to Re: HTML table with HTML::Template and loop in a loop
in thread HTML table with HTML::Template and loop in a loop

blokhead, your explanation at the start is certainly helping me to start to understand it, but I'm not quite there yet!

Unfortunately, if I run your code, I get an error
Bizarre copy of ARRAY in leave at ./test.cgi line 21, <DATA> line 1.
and I can't figure out what's wrong.

btw, I'm using a cut 'n' paste of your code.

Replies are listed 'Best First'.
Re: Re: Re: HTML table with HTML::Template and loop in a loop
by fglock (Vicar) on Sep 19, 2002 at 19:10 UTC

    There is some talk in google that  Bizarre copy of ... might be caused by a perl 5.6.0 bug. Would you try  perl -v please?

Re: Re: Re: HTML table with HTML::Template and loop in a loop
by blokhead (Monsignor) on Sep 19, 2002 at 18:37 UTC
    Are you sure the long lines that have been word-wrapped were fixed after copying over? The copy and paste into a new file works for me, but I have my wordwrap setting up higher than default. I've never seen that error before.. Bizarre copy? ;) I wonder what the "in leave" part means.

    blokhead