Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    my @string = qw(a a b h a g s j s z u u e);
    ...
        say join '', @string;
        shift @string;
    }
    
  2. or download this
    aabhagsjszuue
    abhagsjszuue
    bhagsjszuue
    ...
    uue
    ue
    e