Help for this page

Select Code to Download


  1. or download this
    foreach my $data_line (@thermo_params) {
       my @thermos = split /\s+/, $data_line;
       print "$_\n" for @thermos[0,2];
    }