Help for this page
# Exactly equivalent drop-in replacement sub get_my_params { ... ticket title client next_step o_date o_time ); }
# Returns a hash, not an array sub get_my_params { ... if ( $params{ title } ne '' ) { # Do stuff here. }