#!/apps/PERL5/bin/perl -wT use CGI qw/ :standard /; use CGI::Carp qw/ fatalsToBrowser /; # remove for production use strict; print header, start_html, p( 'One' ); my $file = "/apps/servicelist/SLNamesDBMs/srv_name_new_to_represents"; dbmopen(%dbm_New_Eng, $file, 0644) or die "Cannot open ($file): $!"; print p( 'Two' ), end_html;