=========================
$animal = "camel"
syntax error at ReadCount.V3.pl line 15, near "my "
Global symbol "%RnaEdits" requires explicit package name at ReadCount.V3.pl line 15.
Execution of ReadCount.V3.pl aborted due to compilation errors.
--------------------------------------
To declare your variable, change this line:
$animal = "camell";
To:
my $animal = "camell";
=========================
标签:ReadCount,提示信息,错误,perl,V3,animal,line,pl From: https://www.cnblogs.com/emanlee/p/6855046.html