#!/usr/bin/perl use CGI qw/:standard/; print "Content-Type:text/html\n\n"; my $error_msg = $ENV{'QUERY_STRING'}; print qq~
Oops! We don't have enough space to fit everything. Please expand your browser window to fill your entire computer screen. Once you've done so, click here to return to the previous page.
~; } elsif ($error_msg eq "confirmation") { print qq~You have not yet confirmed your email account.
Please check your email account and click on the confirmation link. You may also wish to check your Junk email folders.
If you still have not received your confirmation email after more than 20 minutes, click here to have a new confirmation sent to your email address.
Click here to return to the home page.
~; } elsif ($error_msg eq "browser-nosupport" || $error_msg eq "browser-halfsupport" || $error_msg eq "browser-ff3" || $error_msg eq "browser-badversion") { print qq~Your browser is not compatible.
To check which browser you are using and upgrade, please visit whatbrowser.org
If you have any questions, please email us at support\@weebly.com