Global symbol requires explicit package name

后端 未结 6 1452
野的像风
野的像风 2020-12-01 10:38

Global symbol requires explicit package name? Why has this occurred and what are various cases that can cause this error?

6条回答
  •  一生所求
    2020-12-01 11:07

    using state variables without use feature "state" or use v5.10 unless the keyword is written as CORE::state .

    Taken from http://perldoc.perl.org/functions/state.html

提交回复
热议问题