perl程序运行后的问题。

perl程序运行后的问题。

perl程序运行后的问题。
1 我的一个程序,在winxp命令行运行后,命令行有警告“ (in cleanup) Can't call method "DELETE" on an undefined value at J:/Perl/site/lib/Win32/GUI.pm line 3354 during global destruction.
不知什么意思?请教!
无法对一个未定义的变量调.
1 无法对一个未定义的变量调用 DELETE 方法,请检查你程序中的变量
最好的方法是:
使用strict ----> use strict;
使用 warnings ----> use warnings;
针对你的变量,先用 my 声明一下
谢谢楼上,问题解决了。.
好久不见阿 cnhacktnt--.
好久不见阿 cnhacktnt
我加了你qq
呵呵