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

RE: curious things



On Tue, 4 Dec 2001, Chris Hahn wrote:

> maybe you could write in source code?

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";
    }
}


> and how does one dress "girly", exactly. :-)

i have no earthly idea. i'm sure it invovles fluffly pink things.

if my housemate had anything to say about it, the reulst would be:

$skirt->{rhys};

eek.

rhys



-- 
chmod a+rwx /bin/freedom






---------------
Unsubscribe by going to http://www.actwin.com/OtR/

Follow-Ups: References: