1, 在Eclipse中安装EPIC:
Help->Install New Software->Add:name:EPICLocation:2, 安装Padwalker:
PadWalker is a module which allows you to inspect (and even change!)lexical variables in any subroutine which called you. It will only showthose variables which are in scope at the point of the call.PadWalker is particularly useful for debugging. It’s even used byPerl’s built-in debugger. (It can also be used for evil, of course.)
11.download it from CPAN().22. unzip and extract it to \lib33. exec perl Makefile.pl44. make;nmake test;make install