2014-12-04 36 views

回答

5

主要问题是为什么想要做这样的事情?

这是可能的,但作为对象撑未初始化它没有任何意义,

use CGI; 
my $cgi = bless {}, "CGI"; 

print ref($cgi); 
相关问题