Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    close $in;
    
  2. or download this
    perl -lane 'print $F[4] if $F[4] >= 50' < lethal_results.txt