Re: Sysread and syswrite

2002-05-22 Thread fliptop
ChaoZ Inferno wrote: > Well, firstly, it ain't CGI, it's network programming. if it ain't, why are you posting to a cgi list? http://learn.perl.org/ - choose another list. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sysread and syswrite

2002-05-22 Thread ChaoZ Inferno
or addressing this problem. Seems like i have to tackle the problem from another perspective then. Thanks! Advice still welcome! - Original Message - From: "drieux" <[EMAIL PROTECTED]> To: "cgi cgi-list" <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 10:06 PM

Re: Sysread and syswrite

2002-05-22 Thread drieux
On Wednesday, May 22, 2002, at 01:07 , ChaoZ InferNo wrote: [..] > I want to print out a variable to my client over the internet, but would > like to use syswrite and sysread would help to reduce mistakes in EOF > characters. [..] I back felix's main line - since sysread/syswrite are for acces

Re: Sysread and syswrite

2002-05-22 Thread Felix Geerinckx
on Wed, 22 May 2002 09:54:33 GMT, [EMAIL PROTECTED] (Chaoz Inferno) wrote: > Well, the problem is that I have to print an html header back to > the client, and the usual print, I am getting irregular response? I never had any problems using 'print', in combination with the CGI.pm module on an

Re: Sysread and syswrite

2002-05-22 Thread ChaoZ InferNo
stuff, kindly advice? Thanks! >From: Felix Geerinckx <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Sysread and syswrite >Date: 22 May 2002 08:21:25 - > >on Wed, 22 May 2002 08:07:07 GMT, [EMAIL PROTECTED] (Chaoz >Inferno) wrote: > > > I want to p

Re: Sysread and syswrite

2002-05-22 Thread Felix Geerinckx
on Wed, 22 May 2002 08:07:07 GMT, [EMAIL PROTECTED] (Chaoz Inferno) wrote: > I want to print out a variable to my client over the internet, but > would like to use syswrite and sysread would help to reduce > mistakes in EOF characters. Why do you think that? > #!/usr/bin/perl > my $buffer; >