Hi,
I am new to programming and new to Perl and I could definitely use some help. I have a .csv file from which I am reading lines, I used the following code:
foreach my $cell (@cells_array) {
$attr1_value = shift(@attr1s);
while ($attr1_value ne "") {
$_ = $attr1_value;
/inet filter\s+/...