Hi Matt,

> How are you doing the temp file creation here?

I was using IO::File :-(

>   my ($fh, $filename) = tempfile();
>   print $fh $data;
>   $self->client->headers_in->filename($filename);
>   $self->client->notes('to_unlink', $filename);
>   return DECLINED;

Yuppiiii! It works!

When my plugin is finished, I'll write an appnote detailing what was
done, how it was done, and not least why it was done that way. Promise.

Regards,
Lars
-- 

Lars Skjærlund
Consultant
 
Ubiquitech A/S
Lyngby Hovedgade 4,3
2800 Kgs. Lyngby
Denmark
 
Tel: +4570200084
Mobile: +4523457157
 
http://www.ubiquitech.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to