Darndest thing ever, fellow monks. I was playing with the
perl -d test.pl debugger, and it failed with an odd looking error about connecting to localhost. Of course, I assumed it was my
test.pl script, but it aint. Join me below the readmore tag for hot code action.
C:\perl -v
This is perl, v5.8.0 built for MSWin32-x86-multi-thread
C:\>more test.pl
#!perl
use strict;
my $var = 'Beard\n';
print $var;
C:\>perl -d test.pl
Unable to connect to remote host: 127.0.0.1:2000
Compilation failed in require.
main::BEGIN() called at C:/Perl/lib/perl5db.pl line 0
eval {...} called at C:/Perl/lib/perl5db.pl line 0
BEGIN failed--compilation aborted.
Thanks for any input, I really dont even know where to begin (ha!) on this one. Of course the
test.pl is irrelevant, but why on earth is the debugger attempting a connection?
Confused Smitz
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.