Hi,

I am using debugging for a program of mine.

The debugger exits probably after a regex match fail. I am not sure
why it should exit.
Any ideas, clues?

Regards

main::(StTrAuto.pl:106):          my @new_auto_tr = ();
  DB<2> s
main::(StTrAuto.pl:107):          foreach $temp (@auto_tr)
main::(StTrAuto.pl:108):          {
  DB<2> s
main::(StTrAuto.pl:109):            if($temp =~ m/^$start_state)/)
main::(StTrAuto.pl:110):            {
  DB<2> s
Unmatched ) in regex; marked by <-- HERE in m/^0) <-- HERE / at
StTrAuto.pl line 109.
 at StTrAuto.pl line 109
Debugged program terminated.  Use q to quit or R to restart,
  use O inhibit_exit to avoid stopping after program termination,

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to