Help for this page

Select Code to Download


  1. or download this
    print_if(\*FH,'AXS ',$aOrder->{rx_OD_Axis},$aOrder->{rx_OS_Axis});
    
  2. or download this
    sub print_if {
      my($FH, $orderKey, $odVal, $osVal) = @_;
    ...
        print $FH $orderKey.' '.$odVal.' '.$osVal."\n";
      }
    }