Help for this page
#! /usr/bin/env perl use strict; use warnings; ... for my $servers (@{$masterlist{$servtype}}) { print "$servers\n"; }
a b c