Example of using Perl to interact with an API
You can clone the repository with
git clone https://github.com/MorayJ/album-test.git
or use the Download ZIP option and unzip into a directory.
Run the app with:
perl assignment.pl
You will need to install the REST::Client module from CPAN
Moray Jones