1ServiceNow::ITIL::ProblUesme(r3)Contributed Perl DocumenSteartviiocneNow::ITIL::Problem(3)
2
3
4
6 Service-now Perl API - Problem perl module
7
9 An object representation of a Problem in the Service-now platform.
10 Provides subroutines for querying, updating, and creating problems.
11
12 System Requirements
13 The Service-now Perl API requires Perl 5.8 with the following modules
14 installed
15
16 * SOAP::Lite (prerequisites http://soaplite.com/prereqs.html) 0.71 or later
17 * Crypt::SSLeay
18 * IO::Socket::SSL
19
21 new
22 new(Configuration);
23
24 Example:
25
26 $problem = ServiceNow::ITIL::Problem->new($CONFIG);
27
28 Takes a configuration object and manufactures a Problem object
29 connected to the Service-now instance
30
31
32
33perl v5.34.0 2022-01-21 ServiceNow::ITIL::Problem(3)