--- CM <[EMAIL PROTECTED]> wrote:


> As for Mr. Christensen, at your next Perl symposium,
> remind him
> that when APPENDING to a DOS file that has a chr
> (26) (EOF)
> mark in it, Perl can't do it... ha ha... Now, if I
> wrote the
> C program that handled that aspect, I'd CHECK for a
> 26 in the
> last position of the file and if it existed, replace
> it with the first byte of the new string, then add a
> 26 to the
> end of the file... 

Is there a reason why you cant' use ">>" to append to
a file?

open(OUT, ">>outfile") or die "Can't open outfile:
$!";

> in advance
> for ANY assistance you an offer regarding client to
> server
> jpg/gif CGI uploads...

CGI.pm

Plenty of documentation here:

perldoc CGI
"The Official Guide to Programming with CGI.pm" by
Lincoln Stein


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to