Re: Looking for the online example code that goes with Network Programming with Perl

2015-08-04 Thread Dave Stevens
On Tue, 4 Aug 2015 14:18:01 -0700 Kenneth Wolcott wrote: > On Tue, Aug 4, 2015 at 2:14 PM, Kenneth Wolcott > wrote: > > Hi; > > > > I'm looking for the online example code that goes with Network > > Programming with Perl. > > > > I purchased the book a long time ago and now I have time to go

Re: Looking for the online example code that goes with Network Programming with Perl

2015-08-04 Thread Kenneth Wolcott
On Tue, Aug 4, 2015 at 2:14 PM, Kenneth Wolcott wrote: > Hi; > > I'm looking for the online example code that goes with Network > Programming with Perl. > > I purchased the book a long time ago and now I have time to go into > learning sockets in Perl, but I'd sure like to have access to the >

Looking for the online example code that goes with Network Programming with Perl

2015-08-04 Thread Kenneth Wolcott
Hi; I'm looking for the online example code that goes with Network Programming with Perl. I purchased the book a long time ago and now I have time to go into learning sockets in Perl, but I'd sure like to have access to the example code that was originally placed on www.modperl.com/perl_netwo

Re: convert linear array to nested structure

2015-08-04 Thread Brandon McCaig
On Tue, Aug 4, 2015 at 5:06 PM, Brandon McCaig wrote: > my %prev = (1 => { kids => \@output }); Perhaps a more adequate identifier for this hash would have been %parents. *shrugs* Regards, -- Brandon McCaig Castopulence Software Blog

Re: convert linear array to nested structure

2015-08-04 Thread Brandon McCaig
On Sat, Aug 1, 2015 at 12:39 PM, Simon Reinhardt wrote: > Am 30.07.2015 um 20:42 schrieb Brandon McCaig: >> I'll give you my 2 cents for whatever that's worth. >:) > > Thanks for your many comments. > > The updated full project code is below. Feedback is appreciated. (you > also find this at git