Dukelow, Don wrote:
> I've been programming Perl on UNIX for some time now.  But now I have to do 
> some Perl programming on Windows XP.  My question is how do to run Perl code 
> on Windows and see the error put out when it doesn't run?

You should see it when you run it if you're in any kind of shell window.

You can get tcsh or bash native ports to Win32 and use them as the your
shell if you're not comfortable with cmd.exe as a shell (I use tcsh).

I assume your running in some sort of xterm type of window on UNIX.
You can actually get xterm for Win32 with the Cygwin package, but it's
not a native port (uses an emulation layer) which I don't like so tcsh
in a standard console window works fine for me.
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to