#!/usr/bin/perl
# Loads the CGI Module
use CGI;
# creates a new CGI object
my $page = new CGI;
# This will print a standard HTML header
print $page->header;
# Grab a named CGI parameter
my $value = $page->param(video);
#Open up the file that contains the review of the video
open(SEE, "../$value");
#Save it to an array
@video_info = Animetion Station Video Review