in reply to PUSH Question
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);
|
|---|