- or download this
- PROCESS 1 (LEFT) --------- - PROCESS 2 (RIGHT) -------
...
-------
| end |
-------
- or download this
sub server_executeStart
{
...
},
);
}
- or download this
#!perl
...
open( FILE, ">>", $opt { stdout } );
print FILE "#eof#\n";
close( FILE );