Hi
I'm having problems getting the tables both HTML and markup to display, also the @code, @endcode tags to work, i've also tried tilda's
~~~~
sub vars { }
~~~~-
Any ideas or help will be apprieciated. EliteOB
Log in to post a comment.
Hi
I'm having problems getting the tables both HTML and markup to display, also the @code, @endcode tags to work, i've also tried tilda's
~~~~
** @method public My::Raise vars(%$arg)
@brief An helper function to set the new values for the vars table
@code{.pl}
use My::Raise qw(is_error);
use My::Utils qw(post_request);
my $response = post_request({ ... });
return $response if is_error($response);
my $ret = store_vars({
$CALLCOUNT => 1,
});
return $ret if is_error($ret);
@endcode
Parameter |Required|Description
-----------|--------|---------------------------------------------------------
call |Yes |The API call
length |Yes |The length of the content
devdetails |No |extra dev details
@retval undef - If successful
@retval My::Raise - If an error occured
@see My::Raise
*
sub vars {
}
~~~~-
Any ideas or help will be apprieciated.
EliteOB
Last edit: Terry B 2016-04-28