#!/usr/bin/perl #------- use CGI::Carp qw(fatalsToBrowser); use lib "/opt/webhost/ims/reports/efk/Lib1"; #use lib "/opt/webhost/ims/reports/efk/Lib1/HtmlLib.pl"; require "/opt/webhost/ims/reports/efk/Lib1/HtmlLib.pl"; $htmlstr= "Content-type: text/html TEST HTML LIB THIS IS A TEST :-); Have a nice Day.
"; $htmlstr .= " "; print $htmlstr;