1 # this script is called like /bare_mason.pl/path/to/mason.mas, and
2 # simply executes the mason component with no parameters and returns
5 # example usage: provide the site header and footer html as a web service
12 if( my $component_name = $cgi->path_info ) {
14 print $c->render_mason( $component_name, bare_render
=> 1 );