Re: [Soaplab-users] acd2xml
Brought to you by:
marsenger
|
From: Martin S. <mar...@gm...> - 2006-09-26 08:19:44
|
> Can't use an undefined value as an ARRAY reference at ./generator/
> acd2xml line 218.
The problem is with the newer version of Perl (you are using). I have a
fix for this bug but have not committed it yet (actually I thought I did but
apparently not, sorry for that). Here it is: please edit
your generator/acd2xml perl script by adding the following line:
$app{'input'} = [] unless defined $app{'input'};
Put the line just before the line:
my ($input); # a reference to a hash
This should fix it.
Martin
--
Martin Senger
email: mar...@gm...
skype: martinsenger
|