- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Sample Generic Perl Script for use with DDI API
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2013 01:13 PM
This script is a generic Perl script template that I created a while back so I could easily leverage a lot of the basic actions that I typically need when working with the API. I don't always need everything in it but it's easier to have one template to work from than a bunch of unique scripts.
Most of this is utility type functions for processing command line options, establishing a connection with the Grid Master and then having a spot for all of the "custom" code to perform specific operations. If there's interest, I'll post a couple of examples of specific tasks later.
Re: Sample Generic Perl Script for use with DDI API
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2016 12:34 PM
Thank You for sharing this template. It really gives a broad view of things available via API ..
How about these "Specificif Examples" you have promised ? ;-) ..
I know that there are many already posted through the board as part of particular problems/solutions ..
But it would be great to have a kind of "sticky" MASTER LIST here. And who would be a beeter editor then You ..