Skip to content

centralnicgroup-opensource/rtldev-middleware-perl-sdk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perl-sdk-demo

Perl SDK Demo App

Requirements

  • Having the most current perl v5 release installed
  • Having cpanm installed App::cpanminus

Now install our Perl API Connector Library:

cpanm --installdeps --no-test --quiet .

or

cpanm http://www.cpan.org/authors/id/H/HE/HEXONET/WebService-Hexonet-Connector-v2.10.2.tar.gz

Find the recent module version listed here.

NOTE: Eventually you need to use the --sudo flag in the above command.

Run the App

# session-based communication
perl app_session.pl

# session-less communication
perl app_nosession.pl

Releases

No releases published

Packages

No packages published

Languages