Help for this page

Select Code to Download


  1. or download this
    for ($count = 0; $count<=$#Comment; $count++)
    {
        #clumsy, long sequence of elsif's
    }
    
  2. or download this
    my @fields = qw/ Sensor Signal_level AUL ALL Recipe
                     Wafer_slot Step_Value /;
    ...
    {
        print shift @fields, " = $value\n";
    }