⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 8signal

📁 Altera recommends the following system configuration: * Pentium II 400 with 512-MB system memory (fa
💻
字号:
Check interaction of __WARN__, __DIE__ & lexical WarningsTODO__END__# 8signalBEGIN { $| = 1; $SIG{__WARN__} = sub { print "WARN -- @_" } }BEGIN { $SIG{__DIE__}  = sub { print "DIE -- @_" } }1 if 1 EQ 2 ;use warnings qw(deprecated) ;1 if 1 EQ 2 ;use warnings FATAL => qw(deprecated) ;1 if 1 EQ 2 ;print "The End.\n" ;EXPECTWARN -- Use of EQ is deprecated at - line 6.DIE -- Use of EQ is deprecated at - line 8.Use of EQ is deprecated at - line 8.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -