Hi all, too much time spent recently using PHP and JavaScript and it seems my brain has gone to jelly ;)
I'm working on a Perl project where I'm creating some images using Imager and using the along with some text read from MySQL database in a PDF created with PDF::API2.
I can get the job done by writing the images to temp files(s), reading backing to script and then deleting the temp files (unlink), but this seems crazy and I really want to write to and read from a scalar. I'm sure I've done this before, but I've searched old scripts and googled for an answer and have got know where.
Can someone please help me.
Thanks,
Rob