Help for this page

Select Code to Download


  1. or download this
            if ($columnNumber == 2)
            {
    ...
            {
              push @sps, $3 if ($3);
            }
    
  2. or download this
    push @sps, $($columnNumber) if ($($columnNumber));