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

All-Moscow Seminar of Astrophysicists
(ASA)

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 p(),p(),h2 ('This part of the archive is empty yet'); } print '
', hr(), qq'



Back to HOME





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