in reply to Re: Re: Printing with CGI.pm
in thread Printing with CGI.pm

In your original code, you have one long print statement. When you moved the print header() outside of the loop, did you forget to leave a print statement inside the loop? You may want to move the start_html() out of the loop, as well. Some other thoughts: HTH

--

There are 10 kinds of people -- those that understand binary, and those that don't.