Help for this page

Select Code to Download


  1. or download this
        use Attribute::Handlers;
        use Tie::Cycle;
    ...
                'Tie::Cycle', 
                [map $_."\b" x length, @{$_[4]||[qw(\ | / -)]}] 
        }
    
  2. or download this
    
        $|=1;
    ...
    
        my $flexer : Spinner( '< ', ' >' );
        print $flexer for (1..10000);