- or download this
$history{ $+{ ticket } }{ $entry->{ action } } = {
date => $words[0],
...
status
) }
};
- or download this
sub kv { my $h = shift; $h->%{ grep exists( $h->{ $_ } ), @_ } }
kv( \%+, qw( ... ) )
- or download this
$history{ $+{ ticket } }{ $entry->{ action } } = {
date => $words[0],
...
status
)}
};
- or download this
$history{ $+{ ticket } }{ $entry->{ action } } = {
date => $words[0],
time => $words[1],
%+,
};