©Mike Moxcey 1999

Printing the Subroutines

Our main program (secondform.pl) calls the routines this way:
#!/usr/local/bin/perl
require "oratut.pl";
require "oracle.pl"; #for the sql call
print "Content-type: text/html\n\n";

print &HtmlTopTut("Second Form Attempt");
...print all the other form stuff...
print &HtmlBotTut;


home next