Re: My progress in Perl

2023-08-08 Thread Steve Park
ve it and it is my first choice for backend > work.Sadly, we are trying to figure out our path to Python. We barely > know Python, so it will be a difficult – but necessary – journey. > > Cheers, > > > Claude. > > > > > > *From:* Steve Park > *Se

Re: My progress in Perl

2023-08-07 Thread Steve Park
Honestly, my advise is if you are beginning to learn programming using perl in 2023. Don't. Pick up python and go from there. If you already know some perl and want to advance, yes go right ahead. 2023, is perl dead? no. It's a tool and it's still a swiss army of programming language and lot can

Re: assigning hash key to reference of array question

2011-02-28 Thread steve park
I am not sure if I am still in mailing list. so cc'ing myself. On Mon, Feb 28, 2011 at 2:47 PM, steve park wrote: > > I have a below program and I am not doing it right. > Currently, only last ip pool is going in since I am putting them w/ key to > values(so only last one show

assigning hash key to reference of array question

2011-02-28 Thread steve park
I have a below program and I am not doing it right. Currently, only last ip pool is going in since I am putting them w/ key to values(so only last one shows up when I print). How can I aggregate and assign them to server_1 so that when I print below will show up? server_1 10.1.1.1 10.1.1.2 10.1.1