Help for this page

Select Code to Download


  1. or download this
       blah::status integer:22
       blah::max integer:5
       ...
    
  2. or download this
    if ($array[$i] =~ /.*status.*/) {
         $status = $array1[$i];
    ...
         $max =~ s/^.*://;
         }
    ...etc