Help for this page

Select Code to Download


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