I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-11-19 01:42:59.848579-08 by rurban in response to 7168
Re: Sadistic !!!

PadWalker is a normal perl module, which can be installed as every other perl module. There's nothing special about it.

On Windows you can check if your binary package repo contains it. (Apparently not)

If not you do:

cpan PadWalker

This works even on windows, if you have MSVC6 or MSVC7 installed, which can be downloaded for free. See more at perldoc perlwin32 (Microsoft Visual C++ Toolkit 2003, ...)

Or of course the mingw release of strawberry perl. http://strawberryperl.com/
Direct Responses: Write a response