common/tools/analysis/find_collisions.pl
changeset 147 2854ff67dd37
parent 101 71122b8e1c7b
child 230 75af1c9cfd87
equal deleted inserted replaced
146:f31749863421 147:2854ff67dd37
    19 main();
    19 main();
    20 
    20 
    21 sub main()
    21 sub main()
    22 {
    22 {
    23   my $csvfile = shift @ARGV;
    23   my $csvfile = shift @ARGV;
    24   my $filelist = shift @ARGV;
       
    25 
    24 
    26   if(! -e $csvfile)
    25   if(! -e $csvfile)
    27   {
    26   {
    28     die "cannot find $csvfile\n";
    27     die "cannot find $csvfile\n";
    29   }
    28   }