Due date:
(1) Write a CGI program BasicSlideShow.pl to use the image description files and image files generated by homework #3 to dispaly the image in a slide show. The HTTP parameters of the program should include dir, the directory of the files, and file, the name of the image description file. Each screen should display an image file and should have up to four links: first slide, previous slide, next slide and last slide.
Example screen shots for
http://.../BasicSlideShow.pl?dir=gwtw&file=image_desc.txt
First slide: note that "previous slide" is not a link.
Clicked the "next slide" link in the previous screen:
Last slide: note that "next slide" is not a link.