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