Re: Array Question

2004-05-26 Thread Omkar Prabhu
Hi all Try this out whether this help @CityA=("Suburb1"," Suburb2"," Suburb3"); @CityB="Suburb1, Suburb4, Suburb5"; $Var="CityB"; $NewVar="$$Var[0]"; print "VALUE is $NewVar \n"; - Original Message - From: "Wiggins d'Anconia" <[EMAIL PROTECTED]> To: "Luinrandir Hernsen" <[EMAIL PROTECT

Re: Error in Make process of Text::Aspell

2004-05-26 Thread Shai
No, it was missing the aspell-devel which I didn't install. After installing that package, all went fine and all works great. Shai - Original Message - From: "Brad Lhotsky" <[EMAIL PROTECTED]> To: "Shai" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 2:55 PM Su

Re: Error in Make process of Text::Aspell

2004-05-26 Thread Brad Lhotsky
Sounds like its not finding the aspell library do you have this: You must have installed GNU Aspell version 0.50.1 or higher on your system. Download from: Aspell: http://aspell.net Directly from teh DEPENDENCIES section of the POD. On Wed, May 26, 2004 at 02:02:37AM +0200, Shai wrote: > Hi,