home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Pavilions
/
BrainOpera
/
cgi-bin
/
minsky-game.cgi
< prev
next >
Wrap
Text File
|
2017-09-21
|
339b
|
19 lines
#!/usr/local/bin/perl
# Script written by Dan and Josh to redirect people to proper
# minsky game number
do 'cgi-hacks.pl';
do "redirect.pl";
require 'flush.pl';
&find_form_args("number");
sub html_header {
print "Content-type: text/html\n\n";
&flush(STDOUT);
}
&redirect("../online/net-music/minsky-text/game$number.html");