Help for this page
use strict; use warnings; ... printf "time %s, conference %s, type %s, comment %s\n", @{hash}{qw(time conference type comment)}; }