| Subroutine Name | Parameters | Description | Example | 
|---|---|---|---|
 request_to_comp_path()  | 
			 $comp_name  | 
			Tries to find component file-path using the comp_root parameter. |   my $report_file = request_to_comp_path($r->dir_config('DataBaseUrl').'/'.$report_name.'.rep');  | 
		
 LoadHeader()  | 
			 $comp  | 
			 Tries to determine component type then loads the $Global{LoadHeader_<component_type>} with corresponding HTML header string.  | 
			 LoadHeader 'SELF';Many more similar examples can be found in the /opt/masonsql/htdocs/ directory tree.  | 
		
 initBrowserDetect()  | 
			 Detects browser and uses the acquired information to set the following variables:$Session{Browser},For IE browsers also sets the Apache2 compatibility mode: $r->headers_out->{'X-UA-Compatible'}  | 
			 initBrowserDetect();  | 
		
Copyright (©) Leader.IT - Italy P.I. IT01434390223 Privacy policy & use of cookies