One thing at a time all the time!

Welcome to Rocteur
Wednesday, April 24 2024 @ 01:25 PM CEST

How do I debug the content of my hash

Try printing your hash with:

use Data::Dumper;

$Data::Dumper::Useqq = 1;

print Dumper \%input_field;

John W. Krahn

FAQ Manager » Perl » How do I debug the content of my hash