Parent Directory | Revision Log
UMS-Manager
1 | #!/usr/bin/perl |
2 | |
3 | use strict; |
4 | use CGI::Carp qw(fatalsToBrowser); |
5 | |
6 | my $Text = "Hallo Welt"; |
7 | |
8 | print "Content-type: text/html\n\n"; |
9 | print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">', "\n"; |
10 | #print '<html><head><meta http-equiv="refresh" content="0; URL=./edit_user.cgi">'; |
11 | print '<html><head><meta http-equiv="refresh" content="0; URL=./getUserData.cgi">'; |
12 | print "</head>\n"; |
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 |