Help for this page

Select Code to Download


  1. or download this
    use Spinner.pm;
    
    ...
    sub spin {
        print "i am the second spin() sub\n";
    }
    
  2. or download this
    use Spinner();