2010-09-03 73 views

回答

9

has因爲5.10版本,這是在2007年發佈,是時候升級(5.12.2即將更新了)。

perl5.10.0 -we 'my $u; print "$u\n"' 
Use of uninitialized value $u in concatenation (.) or string at -e line 1. 
+7

@ user275455有人不得不有知識,時間和傾向才能做到這一點。對於Perl來說,通過查看實現它的補丁可以看出什麼觸發了警告,這一點很重要。 http://perl5.git.perl.org/perl.git/commit/29489e7c741791873ea464cb7e13d2b5a19577a7 – Schwern 2010-09-04 03:20:00

相關問題