#!/usr/bin/perl $Query = $ENV{QUERY_STRING}; print "Location: http://de.ifmo.ru/bk_netra/start.php?$Query\n\n"; exit;