<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi Everyone,<BR>
&nbsp;<BR>
I seemed to have solved the problem with my own bit of perl debugging. I changed the line of code to <BR>
&nbsp;<BR>
$handle = IO::File-&gt;new_tmpfile or die "Unable to make new temporary file: $!";<BR><BR>
I'm not sure why&nbsp;the code&nbsp;is not like this in the first place as it seems to stall the progam, however it return "Invalid Argument". I checked the permissions on Unbuntu JeOS's tmp directory and it was only writable by root so I changed it&nbsp;by:<BR>
&nbsp;<BR>
sudo chmod o+w /tmp/<BR><BR>and this line now completes without any problem however I now get the following issue:<BR>
&nbsp;<BR>
commit ineffective with AutoCommit enabled at /etc/MailScanner/CustomFunctions/MailWatch.pm line 93, &lt;CLIENT&gt; line 30.<BR><BR>
but I think that is an entirely diffeent issue.<BR>
&nbsp;<BR>
Regards,<BR>
&nbsp;<BR>
Caza<BR><br /><hr />Find out how to make Messenger your very own TV! <a href='http://clk.atdmt.com/UKM/go/101719648/direct/01/' target='_new'>Try it Now!</a></body>
</html>