[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: curious things



--- rhys daily <shadow at teuton_org> wrote:
> like this?
> 
> 
> eval(TALK,LISTEN,UNDERSTAND);
> 
> my $child = fork();
> 
> if ($child)
> {
>     my $anger = 0;
>     close(TALK);
>     while (my $in = <LISTEN>)
>     {
>         print TALK "reply" || $anger++;
>         last if ($anger > 10);
>     }
> }
> else
> {
>     close(LISTEN);
>     $SIG{CHLD} = 'IGNORE';
>     while ($child < 18)
>     {
>         print TALK "commands\n";
>     }
> }
rhys--

have i told you recently that you are my new
role-model?!

liesel


=====
"stories & cigarettes have ruined the lives of lesser girls"
p. yorn

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
---------------
Unsubscribe by going to http://www.actwin.com/OtR/

Follow-Ups: References: