Page 1 of 1

Perl Smart Server - for Linux

Posted: Sun Aug 17, 2014 4:32 pm
by MrKalach
I tried to find widget server for linux, but found nothing.
And made itself new one :mrgreen:

Just download archive, extract it, run server.pl.
**********************************************************************************************************
Perl Widgets Server v1.0.
By MrKalach ( memberlist.php?mode=viewprofile&u=28184 )

Befor start the server, make that you have all modules: just run in terminal:
sudo cpan Archive::Zip XML::Simple Net::Address::IP::Local HTTP::Server::Simple

Widgets should be placed in the 'Widget' folder.

Start server:
chmod +x server.pl
sudo ./server.pl

**********************************************************************************************************