in reply to Re: PDF generation based on the HTML
in thread PDF generation based on the HTML
open( 'OUTHTML', '>>', 'test.html' ); my @pdf_lines = <OUTHTML>;
That looks a bit weird to me but maybe I've missed something. Why are you opening the file for write appending and then trying to read from it. Also, why are you single-quoting the filehandle in the open statement? I don't think that's necessary.
Cheers,
JohnGG
|
|---|