Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print header(), start_html( "Database Creation" );
    print h4( "The btree Database Tables Has Been Created" );
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        end_form();
        
    print end_html();