... if (/^library/) { $first_col = $_; my $secnd_col = ; chomp $secnd_col; $first_col .= ':' . $secnd_col; } ...