Help for this page

Select Code to Download


  1. or download this
    my ($key, $msg, $ref);   # stick with the naming convention ;-)
    foreach $key (keys %hash) {
        $ref = \$hash{$key};
    ...
               print RPT "$ref->{packet_id}\t$ref->{origin}\n",
                         "$ref->{date}\t$ref->{qualifier}\n",
    # etc.