Perl - Subroutine redefined

后端 未结 9 1771
别那么骄傲
别那么骄傲 2020-12-14 16:19

I have asked this question before or searched and seen others ask - why am I getting the warning \"Subroutine mySub redefined at ../lib/Common.pm line x\"? and you

9条回答
  •  自闭症患者
    2020-12-14 17:13

    I had the same problem; It was because the program used a module and the subroutine was present both in the program and in the perl module;

提交回复
热议问题