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

[MacPerl] Re: Jokers (small correction)



Remove the period before the equals sign in the first line of the following
subroutine to keep the reactions from being appended... unless you like
that effect.

sub react {
	$reaction .= $responses[int(rand ($#responses + 1))];
	eval $reaction;
}


David Seay
http://www.mastercall.com/g-s



===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org