print "Hello, this is a Perl script.\n";
print "\$Hook_params_* is populated with request parameters\n";
print "\$Hook_params_foo: " . $Hook_params_foo . "\n";
