It seems that there are more than one choices of perl interactive
shells. I'm wondering which one is best or most popular.

For example, I have a perl file that first load a huge data file then
do some processing on the data file. The loading time is much longer
than the processing time. If I can not run the perl file
interactively, I will have to load the data file each time I run the
processing code. However, I can interatively run perl code, I can load
the data file once and run the processing code multiple times in order
to debug the processing code.

Could somebody let me know what is the best interactive tool in perl?

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to