Does this explain it better?
Kinda. Ignoring how it is implemented for now, let's assume that your functions blah() & blee() etc. are written so that they support the following api:
my $blah = blah( ... ); my $blee = blee( ... ); ... if( $blah ) { my @blahResults = $blah->(); ... } ... if( $blee ) { my @bleeResults = $blee->(); ... }
What does your main program look like?
In reply to Re^7: Forking Clients
by BrowserUk
in thread Forking Clients
by gepapa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |