in reply to Awk usage in perl

substitute everything for:
#!/usr/bin/env perl use strict; use warnings; open my $file, '<', 'comms_input'; while( <$file> ) { chomp; my @fields = split; print "$fields[3]\n" }
[]s, HTH, Massa (κς,πμ,πλ)