#!/bin/ch /* Copyright (c) 2001 by SoftIntegration, Inc. All Rights Reserved */ #include int main() { class CResponse Response; Response.begin(); Response.redirect(L"lib-ch-example-ref-cgi-redirect_2.ch"); Response.end(); }