You could do something like this:
#!/usr/bin/perl -d BEGIN { DB::parse_options("NonStop=1") } # non-stop mode sub foo { $DB::single = 1; # break (at next line) my $foo = "foo"; my $bar = "bar"; } foo();
In reply to Re: programming a break point
by Eliya
in thread programming a break point
by perl5ever
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |