Help for this page
foreach my $name (@$fields) { # ... ... # ... }
my $namedisplay; $namedisplay = $1 if($name =~ /AS\s+(\S+)/i);