Help for this page
use strict; use warnings; ... #Quick and dirty way to print the %Info hash in a readable form use Data::Dumper; print Dumper(\%Info);