Hi, I try to run a program in perl and face the error:
"use " not allowed in expressing at program.pl line 6, at end of line
syntax error at program.pl line 6 near "use Carp"
and in line 6 I have:
use Carp;
now, How can I resolve the problem?
Thanks!
Excuse me! I want to make some changes...