perl怎么调用其他文件里的变量1.pluse 2;print $aaa;2.pm$aaa=111;perl 1.pl.没有输出值,该怎么调用呢[解决办法]1.pluse 2;print $2::aaa;2.pmour $aaa=111;