Help for this page
#!/usr/bin/perl -w use strict; ... { $v='undef' unless( defined $v); print "$k => $v\n"; }