Help for this page

Select Code to Download


  1. or download this
    package Cycle;
    use warnings;
    ...
        }
    }
    __END__
    
  2. or download this
    # case 1: using MC_cycle(0, @colors);
    [jandrew:~]$ perl foo.pl 
    ...
            Cycle::cycle(positive_integer, some_list)
    Not like this:
            Cycle::cycle(0, 'red', 'white', 'blue') called at foo.pl line 
    +6