Help for this page

Select Code to Download


  1. or download this
    $index++ until @repo[$index] eq $input or $i > $#repo;
    
  2. or download this
    $index++ until $repo[$index] eq $input or $index > $#repo;