# Exactly equivalent drop-in replacement sub get_my_params { map { defined param( $_ ) ? param( $_ ) : '' } qw( ticket title client next_step o_date o_time ); }