This simple tool is compose of 4 files

VRML2.cgi       the perl script
VRML2.html      the form
cgi-lib.pl      The cgi-lib.pl library has become the de facto standard library                 for creating Common Gateway Interface (CGI) scripts in the Perl
                language
new.gif         a gif

1) Check if you have PERL. You can find it at http://www.perl.com

2) Move VRML2.html and new.gif in the same directory of your Web or modify the
   entries in VRML2.html <IMG SRC="./new.gif">

3) Move VRML2.cgi in /cgi-bin/ directory of your Web
   [Usually default is /usr/local/etc/httpd/cgi-bin]

4) Move cgi-lib.pl in the default directory of lib PERL
   [Usually /usr/local/lib/perl5]
   You can find the last version of cgi-lib.pl and documentation at
   http://www.bio.cam.ac.uk/cgi-lib/

I don't test this simple tool with PERL version 4. I hope it works.
