- or download this
next unless /(E7F888)\s+.+=([^\s]+)/;
push @activline, "$1 | $2 | $activ{$1} \n" if $activ{$1};
print @activline;
- or download this
next unless /(E7F888)\s+.+=([^\s]+)/;
say;
exit;
- or download this
/(.{6})\s+.+=([^\s]+)/
- or download this
push @activline, "$1 | $2 | $activ{$1} \n" if $activ{$1};