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 2008-02-22 17:29:43-08 by ultratension
Sadistic !!!
Hi,
Don't mean to be offensive, BUT are you guys sadistic or what? You make such a good piece of code for FREE that others (Eclipse-EPIC-Perl) use it (and don't really work without it) YET you provide NO documentation for installing-using it, nothing for Windows, Linux, MAC or even Sony play station for that matter !!! Am I missing something here, or do you really enjoy it?
Thanks
Direct Responses: 13073 | Write a response
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