- 論壇徽章:
- 0
|
本帖最后由 perlw01f 于 2010-11-25 10:06 編輯
怪異
http://search.cpan.org/~jdb/Win32-Registry-0.10/Registry.pm 沒(méi)有export方法
但是這個(gè)
http://jenda.krynicky.cz/perl/Registry.pm.html居然有export方法。。。
Export
$obj->Export( [$filename, [$continuation]] )
Export the key into a registry script (.REG) file. This method creates a standard registry script, the same you get when you export a key from Regedit.exe.
If you do not specify the $filename, the text gets printed to the currently select()ed filehandle.
If the $continuation is defined, no header is printed out. You may use this to export several keys into one file.
If you do not want to specify the filename, but need continuation, use undef() as the $filename.
本機(jī)試用 export
Can't locate auto/Win32/Registry/Export.al in @INC (@INC contains: C:\ C:/Perl/site/lib C:/Perl/lib .) at C:\Users\UserA\AppData\Local\Temp\dir108E.tmp\test1.pl
繼續(xù)求助中。。。 |
|