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
Subject Author Views Date
Thread NEED HELP WITH THIS ERROR Kowsik 6520 Aug 20, 2002, 1:02 PM
Post Re: [Kowsik] NEED HELP WITH THIS ERROR
Stealth 6365 Aug 20, 2002, 1:23 PM
Post Re: [Kowsik] NEED HELP WITH THIS ERROR
PerlPod2 6349 Aug 21, 2002, 3:55 AM