Skip to content

Instantly share code, notes, and snippets.

@arbonboy
arbonboy / export.pl
Last active January 20, 2019 05:32
A Perl script that will export all of the data from a table in ServiceNow
#!/usr/bin/perl
#Required Libraries
use strict;
use warnings;
use utf8;
use LWP::UserAgent;
use HTTP::Request::Common qw(GET);
use XML::XPath;
var IntegrationHelper = Class.create();
IntegrationHelper.prototype = {
initialize: function() {
},
/*
* getEccResponse
*
* This method will take the sysID of an output record on the ECC queue