in reply to Re^2: Using Devel::REPL
in thread Using Devel::REPL

Solved! I was using Getopt::Long in my module/script (I mixed module with script so I could run through command line and use as module if wanted too) and somehow it was interfering with the logic of the reply.

My approach now is make a module and a script that use the module (obvious thing!) to avoid such problems!

Replies are listed 'Best First'.
Re^4: Using Devel::REPL
by robby_dobby (Hermit) on Jun 28, 2016 at 02:34 UTC
    Great! So, it's all good... :-)