IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35


Ignore:
Timestamp:
Feb 14, 2003, 1:52:47 AM (23 years ago)
Author:
eugene
Message:

moved to perl directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/merge.lists

    r17 r35  
    2121if (@ARGV != 3) { die "USAGE: merge.lists (list.split) (list.msplit) (list.master) [-update]\n" ;}
    2222
     23print STDERR "$ARGV[0], $ARGV[1], $ARGV[2]\n";
     24
    2325# load names from SPLIT and MEF
    2426open (FILE, "$ARGV[0]");
     
    3436@master = <FILE>;
    3537close (FILE);
     38
     39$N = @split;
     40print STDERR "N: $N\n";
     41$N = @mef;
     42print STDERR "N: $N\n";
     43$N = @master;
     44print STDERR "N: $N\n";
    3645
    3746# merge new entries into a single list, compare with state in master
Note: See TracChangeset for help on using the changeset viewer.