##
1 2 3
1and2 3
1 2and3
1 2 3
## ##
#!/usr/bin/perl
open(IN, "data.out") or die ("outFile not found -- $!\n");
while()
{
local $/='';
my $cnt=0;
while(//){
s!!''!ie;
}
print OUT;
}
close(IN);
close(OUT);