in reply to Re: Printing to a file problem
in thread Printing to a file problem
The page data is there but the static stuff is notopen (STATIC_HEADER, "<\./static_header.ps") ; open (OUT_FILE, ">$OUTPUT_PATH/$SUB_DIR/$NEW_FILE") ; @TMP_HEADER = <STATIC_HEADER> ; print @TMP_HEADER ; print OUT_FILE @TMP_HEADER ; print OUT_FILE "%%Page:" ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Printing to a file problem
by waswas-fng (Curate) on Aug 22, 2002 at 16:40 UTC |