Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

RE: A whirleygig for a progress indicator for scripts

by btrott (Parson)
on Mar 08, 2000 at 22:57 UTC ( [id://5032]=note: print w/replies, xml ) Need Help??

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];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://5032]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-16 04:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found