in reply to Devel::REPL re.pl re.bat win32 output trimmed / chopped / drivename stripped

FWIW, I can’t reproduce this problem running Strawberry Perl under 32-bit Vista:

13:23 >re $ Cwd::cwd() C:/yummy/fudge $ print Cwd::cwd(),$/ C:/yummy/fudge 1 $ Data::Dump::Streamer::Dump( Cwd::cwd() ) $VAR1 = 'C:/yummy/fudge'; $ [ Cwd::cwd() ] $ARRAY1 = [ 'C:/yummy/fudge' ]; $ ( Cwd::cwd() ) C:/yummy/fudge $ exit 13:25 >perl -v This is perl 5, version 18, subversion 1 (v5.18.1) built for MSWin32-x +86-multi-thread-64int ... 13:25 >pmvers Devel::REPL 1.003025 13:25 >

Are you perhaps running an earlier version of Devel::REPL?

Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,

  • Comment on Re: Devel::REPL re.pl re.bat win32 output trimmed / chopped / drivename stripped
  • Download Code

Replies are listed 'Best First'.
Re^2: Devel::REPL re.pl re.bat win32 output trimmed / chopped / drivename stripped ( set term=dumb Term::ReadLine::Perl)
by Anonymous Monk on Oct 06, 2013 at 07:53 UTC

    I just got it

    $ pmvers Devel::REPL 1.003025

    update : I had set term=dumb , unsetting this failsafe setting seems to get normal desired behaviour like you see

    "uninstalling" Term::ReadLine::Perl confirms its a Term::ReadLine::Perl related