AHB generator error
Information:
Type :: BUG
Status :: CLOSED
Assigned to ::
nobody
Description:
Hi,
I tried to run AHB_Generate.pl in Windows XP environment. But i get errors as below:
Global symbol "$confile" requires explicit package name at AHB_Generate.pl line 2326
Global symbol "$confile" requires explicit package name at AHB_Generate.pl line 2326
Execution of AHB_Generate.pl aborted due to compilation errors.
It would be better if you help me reolve this issue.
If there are any seperate perl scripts to be run for Windows OS can u update them also?
Comments:
| kumar, jeevan | Jan 31, 2011 |
|---|---|
|
Hi Sreeram
That is a syntax error of PERL. You try declaring keyword 'my' to the left side of $confile, before using it in code. like a declaration needed. for eg: "In C-language we have int x" here we need to declare my before using the variable. as words start with symbol $ is a variable in PERL. Jeevan |
|
Post a comment:
Login to post comments!
