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