Gossamer Forum
Home : General : Perl Programming :

NEED HELP WITH THIS ERROR

Quote Reply
NEED HELP WITH THIS ERROR
Global symbol "$actdetail" requires explicit package name at list_actor line 34.
Bareword "i" not allowed while "strict subs" in use at list_actor line 37.
Bareword "i" not allowed while "strict subs" in use at list_actor line 40.
Bareword "i" not allowed while "strict subs" in use at list_actor line 40.
Bareword "flag" not allowed while "strict subs" in use at list_actor line 48.
Bareword "check" not allowed while "strict subs" in use at list_actor line 49.
Bareword "checker" not allowed while "strict subs" in use at list_actor line 50.
Bareword "check" not allowed while "strict subs" in use at list_actor line 52.
Bareword "check" not allowed while "strict subs" in use at list_actor line 54.
Bareword "check" not allowed while "strict subs" in use at list_actor line 56.

The above $actdetail is actually a array called @actdetail. and the rest are all just integers. They are like counters

where u go i++ and all.

and when i run this file it gives me the above errors. I do not know how to fix it. If anyone knows please help me.

Thanks

Kowsik
Quote Reply
Re: [Kowsik] NEED HELP WITH THIS ERROR In reply to
What script are you using?

You should post this in the specific product forum, if it is a GT product.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Kowsik] NEED HELP WITH THIS ERROR In reply to
It looks like you have quite a few syntax errors including improperly declared variables and improperly formatted code. If you can post the code I'm sure someone could point out the problems.