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 /opt/perl-5.26.1/bin/perl demo_serial.pl
    
    ...
    user    0m15.617s
    sys     0m0.345s