Help for this page

Select Code to Download


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