#!/usr/bin/perl -w use strict; use warnings; my $Input_Matrix = $ARGV[0]; my $Input_Label = $ARGV[1]; my %Hash_X = (); my %Hash_Y = (); my $My_Num_X = 0; my $My_Num_Y = 0; open (OUT, "> $ARGV[2]"); open (LABEL, "< $Input_Label") || die "Sorry, I couldn't open the escape.txt for clone: $!\n"; my $Label_Index = 0; my $X_Label; my $input_Label; while (defined($input_Label =