#!/usr/bin/perl use CGI ; use CGI::Session ; use strict ; use warnings ; use path_config_tribi ; BEGIN { my $path_to_add = $script_location . "action/" ; push @INC, $path_to_add ; } use tribi_common_headers ; use common_product_tabs ; use footers ; my $page_title = "TRIBI-Home" ; tribi_common_headers::common_header( $page_title, $server_root_path ) ; print '