Re: HELP on Perl array / sorting - trying to convert Korn Shell Script to Perl

2011-10-25 Thread Rob Dixon
On 24/10/2011 21:35, John W. Krahn wrote: > > You forgot the part where the OP wants to sort the output. :-) I thought I didn't have enough information to know how the OP wanted the report sorted, but I see from the attacked shell script that the original lines from the df output are sorted befor

RE: Solved(?) Re: IO:Socket - receiving data

2011-10-25 Thread Bob McConnell
> From: Gary > > I wrote: > > > After sending a request to a server [...] I get some part of the data > > back that I requested, and then only some time later, after my code > > thinks it's got everything, has continued and is trying to receive > > returned data from a subsequent request, does it

Re: Solved(?) Re: IO:Socket - receiving data

2011-10-25 Thread Rob Dixon
On 25/10/2011 16:00, Gary wrote: I wrote: After sending a request to a server [...] I get some part of the data back that I requested, and then only some time later, after my code thinks it's got everything, has continued and is trying to receive returned data from a subsequent request, does it