#!/usr/local/bin/perl use CGI ; print "Content-type: text/html\nPragma: no-cache\n\n Seminars archive

ïâýåíïóëï÷óëéê óåíéîáò áóôòïæéúéëï÷
(ïóá)

áÒÈÉ×


"; local( @dirlist ); opendir DIR, "./"; while( $item = readdir DIR ){ next if( $item =~ /^\./ ); next unless( -d $item ); push @dirlist, $item; } closedir DIR; if( @dirlist ){ print ''; }else{ print "

áÒÈÉ× ÐÏËÁ ÅÝÅ ÐÕÓÔ

\n"; } print '
', hr(), qq'



Back to HOME





This page was designed by Sergey Nazin.
Send questions and comments to leng\@sai.msu.su
'; # end_html();