Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/centralnicgroup-opensource/rtldev-middleware-perl-sdk-demo
Perl SDK Demo App
https://github.com/centralnicgroup-opensource/rtldev-middleware-perl-sdk-demo
perl perl-sdk-demo
Last synced: 21 days ago
JSON representation
Perl SDK Demo App
- Host: GitHub
- URL: https://github.com/centralnicgroup-opensource/rtldev-middleware-perl-sdk-demo
- Owner: centralnicgroup-opensource
- License: mit
- Created: 2018-07-24T09:09:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T15:13:47.000Z (8 months ago)
- Last Synced: 2024-11-15T08:35:55.873Z (3 months ago)
- Topics: perl, perl-sdk-demo
- Language: Shell
- Size: 77.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# perl-sdk-demo
Perl SDK Demo App
## Requirements
* Having the most current perl v5 release installed
* Having cpanm installed [App::cpanminus](https://metacpan.org/pod/App::cpanminus)Now install our Perl API Connector Library:
```bash
cpanm --installdeps --no-test --quiet .
```or
```bash
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](https://metacpan.org/pod/WebService::Hexonet::Connector).
NOTE: Eventually you need to use the --sudo flag in the above command.
## Run the App
```bash
# session-based communication
perl app_session.pl# session-less communication
perl app_nosession.pl
```