pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
Res facta quae tamen fingi potuit ([personal profile] pauamma) wrote in [site community profile] dw_dev_training2011-06-09 05:52 pm
Entry tags:

"I wonder what this perl code does..."

When I get one of those moments, I reach for "perl -e" (because it's always available with perl), but someone mentioned the following 2 tools recently on a mailing list I read, so I thought I'd pass them on:

- perlconsole
- Devel::Repl

(Crossposted to [community profile] perl.)
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2011-08-04 07:35 am (UTC)(link)
Belatedly, because I was struggling with some installation issues at first - thanks, these look useful!
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2011-08-04 11:03 am (UTC)(link)
I think that it's just something broken in my perl installation on my Mac OSX -- I eventually figured out that I had to remove "-arch ppc" from the generated Makefile each time. That got me through install perlconsole.

With Devel::REPL, I ran into problems installing one of its dependencies to the point where I gave up.

However, I had no such problem installing perlconsole on Ubuntu (running in a VM), and am in the middle of install Devel::REPL...