Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xray.sai.msu.ru/sciwork/archive/
Дата изменения: Tue Oct 12 20:21:46 1999
Дата индексирования: Mon Oct 1 21:17:55 2012
Кодировка: koi8-r

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