#!/usr/bin/perl -w use strict; use CGI qw(:standard); use URI::Escape; require "call_b.pl"; my $go_menu = &menu; #print "Content-type: text/html\n\n"; #print $go_menu; #### #!/usr/bin/perl -w use strict; use CGI qw(:standard); use URI::Escape; my $address; sub menu { print qq| |; } 1;