defining subroutines when using interpreter interactively?

From: MackS (mackstevenson_at_hotmail.com)
Date: 03/11/05


Date: 10 Mar 2005 17:26:00 -0800

Hi folks,

Following FAQ 3.1, I am now interacting with the compiler interactively
(in debug mode) by calling

$ perl -de 1

However, I am not able to define a new subroutine for some repeated use
while debugging. Is there any way to define a subroutine in interactive
mode? (Other than "use"ing it, that is.)

Thanks in advance,

Mack