With threading coming, would having a >() and <() syntax be useful?

So within the >() and <() constructs STDIN and STDOUT (or perhaps only
the default filehandle) would be redirected.

sub proc_arg1 { while(<>) { .... } }
sub proc_arg2 { while(<>) { .... } }

while(<>) {
        (<{proc_arg1}, <{proc_arg2}) = split;
}


Damian, You have coroutines/generators out there. What about a data sink?
Anything you have currently proposed that would do this neatly.

<chaim>
-- 
Chaim Frenkel                                        Nonlinear Knowledge, Inc.
[EMAIL PROTECTED]                                               +1-718-236-0183

Reply via email to