Re: IO::Socket - i can't get it to read the data

2004-10-15 Thread Etienne Ledoux
Friday 15 October 2004 12:16, Etienne Ledoux wrote: > ok it seems like the chomp it stuffin it up ? > if i removed it i get the correct data but with a \n > > On Friday 15 October 2004 11:56, Etienne Ledoux wrote: > > greetings, > > > > This program listens on a port

Re: IO::Socket - i can't get it to read the data

2004-10-15 Thread Etienne Ledoux
ok it seems like the chomp it stuffin it up ? if i removed it i get the correct data but with a \n On Friday 15 October 2004 11:56, Etienne Ledoux wrote: > greetings, > > This program listens on a port for an incoming connection. Once someone > connected it asks for a name and a p

IO::Socket - i can't get it to read the data

2004-10-15 Thread Etienne Ledoux
greetings, This program listens on a port for an incoming connection. Once someone connected it asks for a name and a password. but for some reason I can't get it to read the name/password entered. what am i missing please... while (($client,$client_address) = $server->accept()) {

network sockets.

2004-10-14 Thread Etienne Ledoux
greetings, I'm attempting a perl program that will listen on a port for a connection. when a connection is made some info will be transfered and the client will disconnect. I've never done this before but seem to be making some progress with all the resources available on the net. I was just w

Re: how can I |more output.

2004-08-26 Thread Etienne Ledoux
from the command line then. On Thursday 26 August 2004 09:47, Edward Wijaya wrote: > I guess you should use the "|more" command > in the command prompt not inside the perl code itself. > > perl code.pl |more > > > On Thu, 26 Aug 2004 09:36:38 +0200, Etienne Ledou

Re: how can I |more output.

2004-08-26 Thread Etienne Ledoux
work as expected. On Thursday 26 August 2004 09:31, Etienne Ledoux wrote: > On Thursday 26 August 2004 09:20, Ramprasad A Padmanabhan wrote: > > On Thu, 2004-08-26 at 12:28, Etienne Ledoux wrote: > > > Greetings, > > > > > > I have a program that does a search on

Re: how can I |more output.

2004-08-26 Thread Etienne Ledoux
On Thursday 26 August 2004 09:20, Ramprasad A Padmanabhan wrote: > On Thu, 2004-08-26 at 12:28, Etienne Ledoux wrote: > > Greetings, > > > > I have a program that does a search on a db and prints the output to the > > screen. If there is a lot of output how can I a stop

how can I |more output.

2004-08-25 Thread Etienne Ledoux
Greetings, I have a program that does a search on a db and prints the output to the screen. If there is a lot of output how can I a stop/continue displaying it. like 'ls -l |more' would do. or anything |more for that matter. tx e. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c