Hi Monks,
I have a basic question to ask.
I have so many global variables in my file. When i dont use
use strict;
use warnings;
everything goes well. When i use them i get compilation errors like this--
<quote>
Global symbol "@records" requires explicit package name at per_user_qna_detail.p
l line 80.
</quote>
How to get rid of these errors.
Thanks
NT