Help for this page

Select Code to Download


  1. or download this
    for(my $i = 0; $i < 3;$i++)
       {
    ...
             ...
          }
          elsif($i == 2)
    
  2. or download this
    for (my $j = 0; $j < 4; $j++)
         {
            my $file = $files[$j];
            ...
    
  3. or download this
    for my $file (@files)
    {
        ...