Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #print "content-type:text/html \n\n"; 
    print "content-type:application/x-rasmol\n\n";
    use CGI;
    
  2. or download this
    use warnings;  # nowadays
    use strict;    #always!