- or download this
use warnings;
use strict;
...
}
print "last line of program\n";
- or download this
child
this should print once
parent
last line of program
this should print once
- or download this
parent
child
- or download this
child
parent
last line of program
this should print once