- or download this
use strict;
...
my $t = 42;
print "$t\n";
}
- or download this
DB<1> w $t
DB<2> c
...
old value: '15'
new value: ''
Debugged program terminated.
- or download this
DB<1> w $t
DB<2> c
...
old value: '15'
new value: ''
Debugged program terminated.