Ask a Question related to PERL Beginners, Design and Development.
-
Alan #1
ANSI(?) characters from perl debug are unwanted
The display from perl -d is showing what i guess are ANSI display
control sequences in an Windows XP Command Prompt window.
E.g. the command line
perl -d -e 42
gives
main::(-e:1): 42
?[4;m DB<1> ?[1mq
?[0m
<I've snipped the banner lines>
This is using perl, v5.8.0 built for MSWin32-x86-multi-thread
(ActiveState build 806)
Can the ANSI output be turned off, or alternatively XP be told to
handle the ANSI correctly?
thanks
Alan
Alan Guest
-
ANSI Standard date
Hi, Could somebody please tell me, or point me to an article, that shows me how to pick up an ANSI standard date directly from asp (VB Script)... -
Unwanted characters inserted
We use quark 6.0 and 6.5 and Illustrator 10 to create acrobat files in versions 5 and 7 on Mac G4's. When outputting the Acrobat files to film,... -
How to debug a Perl extension?
I'm trying to track down an apparent bug in a large Perl extension module called XML::Xerces. This extension links to a library libxerces-c.so.23,... -
How can I debug perl-xs code?
On Wed, Feb 04, 2004 at 07:21:07PM -0000, pijush wrote: If you want to see the debugging information you will need to build a debugging version... -
problem when use debug perl in win2000 os
Hi,all I have such a problem, someone can help me? When I debug a program written in perl using "perl -d foo.pl" The following message show up:...



Reply With Quote

