Help for this page

Select Code to Download


  1. or download this
    for ($i=0;$i<=$#steps;$i++){}
    
  2. or download this
    my @steps = (..list of some stuff.....);
    foreach my $step (@steps)
    {
       ..use $step...here... no $i index needed..
    }