Help for this page

Select Code to Download


  1. or download this
    sub upd_info {
        my ($hashref, $aryref) = @_;
        for my $key (keys %$hashref) {
    ...
        }
        1;
    }