Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    {
        print "import no. $_: ", ($trailer[$_] == $logfile[$_] ? "ok\n" : 
    +"not ok\n");
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    {
        print "import no. $_: ", ($trailer[$_] == $logfile[$_] ? "ok\n" : 
    +"not ok\n");
    }