How do I get perl -c to throw Undefined or Undeclared function errors?

前端 未结 4 1221
陌清茗
陌清茗 2020-12-09 20:09

Coming from a C++ background, I religiously use the use strict and use warnings features of Perl:

#!/usr/bin/perl -w
use strict;
us         


        
4条回答
提交回复
热议问题