#!/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 # CGI::pm automatically figures out # if it's sent by GET or POST my $value = $page->param('node'); # Then: print "