//----------------------------------------------------------------------
EOF
} # end setting of $JSLIB_BODY
print "$HTTP_1_X 200 OK\015\012",
"Expires: $expires_header\015\012",
"Date: $date_header\015\012",
"Content-Type: application/x-javascript\015\012",
"Content-Length: ", length($JSLIB_BODY), "\015\012",
"\015\012",
$JSLIB_BODY ;
goto EXIT ;
}
=112=
THE END |