- or download this
my @whirley = map chr, qw/32 176 177 178 219 178 177 176/;
- or download this
sub whirley {
$WHIRLEY_COUNT = 0 if ++$WHIRLEY_COUNT == @whirley;
return $whirley[$WHIRLEY_COUNT];
}
- or download this
return "@whirley[$WHIRLEY_COUNT]";
- or download this
return $whirley[$WHIRLEY_COUNT];