in reply to PUSH Question

Welcome to the Monastery.

Please read Writeup Formatting Tips. Please reformat your original posting by deleting the br tags and adding code tags around your code snippet.

A handy tool for debugging data structures is Data::Dumper:

use Data::Dumper; print Dumper($config);