Re: rel; script aborts when debugged

2005-02-08 Thread Radomir Hejl
"Richard Foley" <[EMAIL PROTECTED]> píse v diskusním príspevku news:[EMAIL PROTECTED] > Works for me: > > [EMAIL PROTECTED]:~/att> perl -d -Mencoding="iso-8859-2" -e 'print "hello > there($$)\n"; print "etc...\n";' > > Loading DB routines from perl5db.pl version 1.19 > Editor support available. >

rel; script aborts when debugged

2005-02-08 Thread Richard Foley
Works for me: [EMAIL PROTECTED]:~/att> perl -d -Mencoding="iso-8859-2" -e 'print "hello there($$)\n"; print "etc...\n";' Loading DB routines from perl5db.pl version 1.19 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1): print "hello there($$

script aborts when debugged

2005-01-31 Thread RH
Hi, when I include encoding pragma in a script and run it with -d switch, the script aborts. I stripped the script to bare use encoding('iso-8859-2'); with same result. Is it supposed not to use this pragma when debugging? Perl is 5.8.6 on windows XP or 5.8.3 on solaris. Thank you. Radomir Hejl