Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Devel::REPL re.pl re.bat win32 output trimmed / chopped / drivename stripped

by marinersk (Priest)
on Oct 06, 2013 at 03:10 UTC ( [id://1057099]=note: print w/replies, xml ) Need Help??


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

At a guess, it is getting eaten because it is a Windows-specific construct in a module which doesn't fully compensate for the Windows approach to current working directory.

In my early days of Perl on Windows, I found a lot of the modules didn't quite handle the Windows-unique stuff as gracefully as I'd like, and so I wound up writing modules for myself to compensate.

Also, you look to be doing things in a more Linux-y environment that seem to be Windows-esque. Are you running under Cygwin?

I seem to recall some special kinds of weirdness can happen when running under Cygwin which exceed even the Windows/Linux weirdness matrix.

Been a long time since I've used those environments, and the modules I rolled for myself over a decade ago still serve me well, so I haven't revisited these kinds of issues in a very long time.

Hope someone gives you better insight, but I can't tell from you snippet above exactly how to reproduce your problem, much less resolve it.

Here's hoping a more familiarized Monk recognizes what you're doing.

If you'd like, I suppose I could post what I use to get and set current working directory, but I really don't know if it's all that robust -- or even as portable as I'd like.

Let's first see what others come up with.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1057099]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 10:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found