Help for this page

Select Code to Download


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