Help for this page

Select Code to Download


  1. or download this
    sub iter {
        my @factors = @_;
    ...
    5
    5 7
    7
    
  2. or download this
    sub iter {
        my @factors = @_;
    ...
    BREAK
    7
    BREAK