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
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
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,