Subject: | Difficult to use output |
Date: | Fri, 8 Jul 2011 15:14:57 -0400 |
To: | <bug-devel-repl [...] rt.cpan.org> |
From: | Chris N <daiei27 [...] hotmail.com> |
### Environment ###
Version: Devel-REPL-1.003012 (all optional modules installed)
# perl -v
This is perl, v5.10.1 (*) built for i686-linux-thread-multi
Copyright 1987-2009, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
# uname -a
Linux my.server.name 2.6.18-194.17.1.el5PAE #1 SMP Mon Sep 20 07:34:07 EDT 2010 i686 i686 i386 GNU/Linux
###################
Looks like a nice module, but the output is not as pretty for me as in the documentation. This is using re.pl in a Bash shell in a gnome-terminal:
$ print 'hey'
1$ hey
The next command starts after the output, making it so awkward it is unusable. It would be better like this:
$ print 'hey'
hey
1
$
Another suggestion. I really don't like the prompt. It appears underlined so it ends up looking like the built-in $_ Perl var. I would much prefer something that looks more prompt-ish than Perl-ish, like a '>' or '#'. No fancy underline needed.