Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl (http://www.velocityreviews.com/forums/f17-perl.html)
-   -   defining subroutines when using interpreter interactively? (http://www.velocityreviews.com/forums/t25508-defining-subroutines-when-using-interpreter-interactively.html)

MackS 03-11-2005 01:26 AM

defining subroutines when using interpreter interactively?
 
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



All times are GMT. The time now is 01:30 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57