Installation of ARSperl

  1. Download the distribution (tar/gzip - 80K)
    also available via ftp
  2. Unpack (requires gzip and tar)
  3. Edit the Makefile.PL and change the paths to reflect where your Remedy ARS API is located
  4. Type "perl Makefile.PL"
  5. Type "make"
  6. Cross fingers.
  7. Type "make install" (may require special permission). This will install the perl extension into the perl lib directory (typically, /usr/local/lib/perl5)
  8. Try one of the example scripts.

arsperl@smurfland.cit.buffalo.edu