Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: SCORM and Perl

by samtregar (Abbot)
on Aug 13, 2008 at 17:24 UTC ( [id://704149]=note: print w/replies, xml ) Need Help??


in reply to SCORM and Perl

The reason you can't get a straight answer to your question is simple - it doesn't make any sense! An API is not something you can "initiate." You can "define" an API, you can "call" and API, you can "program for" an API, but "initiate" doesn't parse here.

An API is a set of functions, methods and/or objects that define the way you access a service. For example, the API for HTML::Template specifies that to create a new object you call new():

   my $template = HTML::Template->new(...);

The API further defines what goes in the "..." above. The API is not the code for HTML::Template itself, it is the mechanism by which the code is accessed. This distinction isn't always honored though - some people talk about an API as if it encompassed the code behind the interface.

I'd suggest you try again with the SCORM folks. Ask them how you can make API calls from Perl (if that's what you want to do) or how you can implement a SCORM-compliant API in Perl (if that's what you want). Most likely they'll respond by either pointing you to existing Perl libraries or describing the interface style they're using (SOAP, REST, etc.).

-sam

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://704149]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-03-28 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found