Help for this page
package configs; use Exporter; ... ); 1;
#!usr/bin/perl -w use strict; ... foreach my $tag (keys %instarray){ print "$tag - $instarray{$tag} \n"; }