1RT::Client::REST::FormsU(s3e)r Contributed Perl DocumentaRtTi:o:nClient::REST::Forms(3)
2
3
4
6 RT::Client::REST::Forms - This package provides functions from
7 RT::Interface::REST, because we don't want to depend on rt being
8 installed. Derived from rt 3.4.5.
9
11 version 0.57
12
13 METHODS
14 expand_list
15 Expands a list, splitting on commas and stuff.
16
17 form_parse
18 Returns a reference to an array of parsed forms.
19
20 form_compose
21 Returns text representing a set of forms.
22
23 vpush
24 Add a value to a (possibly multi-valued) hash key.
25
26 vsplit
27 "Normalize" a hash key that's known to be multi-valued.
28
29 1;
30
32 · Abhijit Menon-Sen <ams@wiw.org>
33
34 · Dmitri Tikhonov <dtikhonov@yahoo.com>
35
36 · Damien "dams" Krotkine <dams@cpan.org>
37
38 · Dean Hamstead <dean@bytefoundry.com.au>
39
40 · Miquel Ruiz <mruiz@cpan.org>
41
42 · JLMARTIN
43
44 · SRVSH
45
47 This software is copyright (c) 2020 by Dmitri Tikhonov.
48
49 This is free software; you can redistribute it and/or modify it under
50 the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.30.2 2020-04-29 RT::Client::REST::Forms(3)