Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    close $sample_fh;
    close $good_fh;
    
  2. or download this
    use strict;
    use warnings;
    ...
    close $sample_fh;
    close $good_fh;
    
  3. or download this
    $ time perl test_serial.pl
    
    ...
    user    0m22.925s
    sys     0m0.293s