From: leben <821...@ca...> - 2022-01-05 09:43:36
|
When I use this script gmod_load_bulk_gff3.pl , I get an error,like this, Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /usr/local/share/perl/5.26.1/Bio/GMOD/DB/Adapter.pm line 498. Compilation failed in require at /usr/local/bin/gmod_bulk_load_gff3.pl line 13. BEGIN failed--compilation aborted at /usr/local/bin/gmod_bulk_load_gff3.pl line 13. This is a perl compilation kernel error that disables defined(@array) I tried to change Perl to an older version, but it still didn't work. Is there a solution? |