#!/usr/bin/perl -w # # Intent: testing the API server # use lib 'lib'; use toychain; use API qw(apigw_run); apigw_run(); exit $?; 1; # $Source: /my/perl/script/testapi.pl $