Help for this page

Select Code to Download


  1. or download this
    ++$";while($\=$/and$"++and$;=$"){
    do{$;&=$|and last if!($"%$_)}for@_;
    push@_,$"and print$"if$;}
    
  2. or download this
    ++$";
    while($\= $/ and $"++ and $;=$" ) {
    ...
        } for @_;
        push @_, $" and print $" if $;
    }
    
  3. or download this
    while($\= $/ and $"++ and $;=$" ) {
    
  4. or download this
        do{
            $; &= $| and last if ! ($" % $_)
        } for @_;
    
  5. or download this
    push @_, $" and print $" if $;