head     1.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     95.03.07.14.19.30;  author yonah;  state Exp;
branches ;
next     ;


desc
@verbose mitsfs pinkdex gateway
@



1.1
log
@Initial revision
@
text
@#!/usr/athena/bin/perl

require 'pinkdex.pl';

$query=$ENV{'QUERY_STRING'};

print("Content-Type: text/html\n\n");
&do_pinkdex_verbose($query);

1;
@
