$catagory #### # Define Variables $basedir = "$ENV{'DOCUMENT_ROOT_OLD'}/www/myfile"; $baseurl = "http://www.whatever.com/myfile"; $cgi_url = "http://www.whatever.com/cgi-bin/perl.pl"; $mesgdir = "messages"; $datafile = "data.txt"; $mesgfile = "myfile.html"; $ext = "html"; $title = "My File"; # Done