#!/usr/bin/env perl use strict; use warnings; open my $file, '<', 'comms_input'; while( <$file> ) { chomp; my @fields = split; print "$fields[3]\n" }
In reply to Re: Awk usage in perl
by massa
in thread Awk usage in perl
by jyo123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |