Global symbol requires explicit package name

后端 未结 6 1440
野的像风
野的像风 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:13

    In fact, if you use use strict; and somewhere you miss ; at the end of a statement, then the following statements (they have perfect syntax) may raise Global symbol requires explicit package name as well.

提交回复
热议问题