You should have a public-available WWW server, based on a UNIX-like system
(Linux, BSD, Solaris, HP-UX etc.). The dictionary will occupy about 3 megabytes.
On the server, there should be the Perl release 5.001 or higher, with the
binary at /usr/local/bin/perl
On some Linux'es, the Perl is resided in /usr/bin. In this case, the
simpliest way is to make the symbolic link: ln -s /usr/bin/perl /usr/local/bin/perl
You should have gzip on the server. It's usually in /usr/local/bin.
I've never tested the dictionary when gzip resides in /usr/bin.
Maybe you should make a symlink too.