Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xray.sai.msu.ru/sciwork/archive/eindex.cgi
Дата изменения: Tue Oct 12 20:21:43 1999
Дата индексирования: Tue Oct 2 02:17:44 2012
Кодировка:

Поисковые слова: каллисто
#!/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();