在Win32下用Perl修改注冊表的問題

在Win32下用Perl修改注冊表的問題

請問如何用Perl修改注冊表呢?
Win32::Registry然後怎樣?
請詳細說明 3q Orz Orz

順便一問,如何在while裡暫停迴圈?
while(){
. <------------------------------|
.                                         |
.                                         |
.                                         |
.                                         |
.                                         |
??????;   //停一段時間再回到-
}
http://bbs.chinaunix.net/viewthread.php?tid=304204


顺便答:
停一段时间 sleep x; # in second
然后 redo;
use strict;
use diagnostics;
use Carp;
use Cwd;

use Win32::Registry;
use Tk;
use Tk::Label;
use Tk::HList;
use Tk::Text;
use Tk:ialogBox;
use Tk::FileSelect;
use Tk::Menubutton;
use Tk::Checkbutton;
use Tk::Frame;

...
.....
cpan里一很详细的源码
可以到那了解第一首资料