Help for this page

Select Code to Download


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