Urgent IIS server - File Upload problem.

2001-11-11 Thread Rajeev Rumale
Dear friends, I have received this error while uploading a file via cgi. The code used has been working fine on the internal servers but gives the following error on the ISP server. Software error: CGI open of tmpfile: Permission denied For help, please send mail to this site's webmaster, giv

Re: printing lines chunk

2001-11-11 Thread Roger C Haslock
while ($line =~ s/([^\r]{60})[^\r]/$1\r/){ ; # as long as 60 characters are not followed by a \r, put one in } - Original Message - From: "Pedro A Reche Gallardo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 09, 2001 7:27 PM Subject: printi