Hi,

I know it is uncool to post things of this nature here but there seems to
be no other way.

This script (which is the catch all "error" script), when invoked by
putting a deliberate error in another script displays the output below:

puts {
<HTML>
<HEAD>
<TITLE>Blank</TITLE>
</HEAD>
<BODY nowrap="nowrap"
      bgproperties="fixed">}
puts "An Error Occured"
puts "Rivet Package version: [package require Rivet] "
puts {
</BODY>
</HTML>
}
Output: "An Error Occured Rivet Package version: 1.1 "

Question 1: Is that 1.1 correct in spite of this:

$ locate rivet
/etc/httpd/conf.d/mod_rivet.conf
/usr/lib64/apache2-mod_rivet2.0.6
/usr/lib64/apache2-mod_rivet2.0.6/README
/usr/lib64/apache2-mod_rivet2.0.6/init.tcl
/usr/lib64/apache2-mod_rivet2.0.6/librivet.so
...


But, the real question is this: How do I get the GET variables passed to
the page/script?

Attempts at using ::rivet::var or var for instance just results in failure.

What am I missing here? Do I need to put things at the top of the script to
get this to work?

Thanks for reading this far.

Best Regards

Hugo Meyer

Reply via email to