in reply to Re: Pointers on an XML mail merge solution?
in thread Pointers on an XML mail merge solution?
In other words, doesn't this code have the same effect? :
my $string; open(PDF,"<existing.pdf"); binmode PDF; while (<PDF>) { $string .= $_; } close(PDF);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Pointers on an XML mail merge solution?
by idsfa (Vicar) on May 12, 2004 at 15:52 UTC | |
by SmugX (Beadle) on May 12, 2004 at 16:11 UTC |