perlconsole | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perlconsole b/perlconsole index ec7b78d..7adc538 100755 --- a/perlconsole +++ b/perlconsole @@ -46,6 +46,7 @@ while (defined (my $code = $console->getInput())) { } # End, quitting. +print "\n"; $console->clean_exit(0); __END__ @@ -53,7 +54,7 @@ __END__ =head1 NAME -perlconsole +perlconsole - light program that lets you evaluate Perl code interactively. =head1 COPYRIGHT @@ -108,7 +109,7 @@ supported in this version: =back -For details about commands, ype :help within the console. +For details about commands, type :help within the console. =head1 AUTHOR