- or download this
use warnings;
use strict;
system 'perl', 'call.pl';
- or download this
use warnings;
use strict;
...
print $c++ ."\n";
sleep 1;
}
- or download this
$ perl call.pl
1
...
3
4
5
- or download this
$ ps ax | grep called
29221 pts/9 S+ 0:00 perl called.pl
- or download this
6
7
^C
- or download this
$ ps ax | grep called