Definition
TwistedRaisin
created: 2006-05-01 15:07:26
if ($i) {
    while ($i) { die(); }
}
do {
    my $last_thought && sleep($quietly);
} until $i #am
    ne #quid nimis
       'sad';

$i; #have
defined($me);
Re: Definition
created: 2006-05-01 22:44:59
Hi

Condition which you have added

if ($i) {
    while ($i) { die(); }
}
if $i eq 'sad' or 'happy' or whatever feelings, as per the condition, which you have written you will die, My first change wold be
@unhappy_events = ( add all unhappy events according to you )

if ( grep(/$i,@unhappy_events) ) {
    while ($i) { die(); }
}

If you change the poetry as per the condition, which I wrote, then obviously you will have to change the rest of lines.

I appreciate your good effort. because, your first writeup in my great perl monk's group is a poem.

"Keep pouring your ideas"
Re: Definition
created: 2006-05-01 22:59:14
Hi

I found this same poem in twistedraisin

"Keep pouring your ideas"
Re^2: Definition
created: 2006-05-03 16:54:52
Indeed, that is me.

perlmonks.org content © perlmonks.org and jesuashok, TwistedRaisin

prlmnks.org © 2006 edmund von der burg (eccles & toad)

v 0.03