Hello all,
I am kinda stuck with what I am trying to do. Here is my code. I am creating a subroutine, which will be going into a larger script. Where I am stuck is trying to figure out the best to tackle to following problem.
#!/usr/bin/perl
use strict;
use Tie::File;
my $line;
my $i=0;
my...