sub { $file=shift; system "abc -add $file"; ($? != 0) ? return 0 : return 1; }