error of importing DBI in Perl

后端 未结 2 1812
别那么骄傲
别那么骄傲 2021-01-28 23:59

I am writing the code in Perl and try to save it in the extension .pm not .pl

and I use use DBI; to import the DBI in order that

2条回答
  •  别那么骄傲
    2021-01-29 00:52

    "Compilation failed in require" indicates compilation cannot continue beyond that point due to an earlier error. Solve the earlier error and this one will go away.

提交回复
热议问题