Help for this page

Select Code to Download


  1. or download this
    <script language='javascript'>
    if (self.location.href==top.location.href) {
        top.location.href = '/some/cgi/script.cgi?'+self.location.href
    }
    </script>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    </html>
    _END_
    exit(0);