package WebGUI::Operation::WebGUI; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2005 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using # this software. #------------------------------------------------------------------- # http://www.plainblack.com info@plainblack.com #------------------------------------------------------------------- use Digest::MD5; use strict; use WebGUI::FormProcessor; use WebGUI::HTMLForm; use WebGUI::HTTP; use WebGUI::Session; use WebGUI::Setting; use WebGUI::Style; use WebGUI::URL; use WebGUI::User; #------------------------------------------------------------------- =head2 www_genesis ( ) The beginning of WebGUI. =cut sub www_genesis { my $session = shift; $session->style->useEmptyStyle("1") my $output = '