Re: How to make it more perlish

2002-01-18 Thread Briac Pilpré
In article <[EMAIL PROTECTED]>, Frank wrote: > On Fri, Jan 18, 2002 at 11:39:11AM +0100, Jorge wrote: > my @PROG=( > "c:\\OXE\\cygwin\\bootp\\linux\\$_Globals{LX_VERSION}", > 'c:\\OXE\\cygwin\\bootp\\linux\\install', 'etc...'); If you want to be a little more pe

Re: How to make it more perlish

2002-01-18 Thread Frank
On Fri, Jan 18, 2002 at 11:39:11AM +0100, Jorge wrote: > Hi, I have this piece of code and i wanted to simplify it and make it more > perlish. > thanks Ok, Howabout? Use an array for the items. Making the code more scalable by replacing each call with a loop? my @PROG=(