commit:688e69de9dbf3b6a0e89ca7ed80a980208c78554
author:Chip Black
committer:Chip Black
date:Wed Aug 9 01:20:19 2017 -0500
parents:f147c1fb5e23cff0bfe603db3624be714d76ad5f
Add college to profile
diff --git a/cgi-bin/profile.pl b/cgi-bin/profile.pl
line changes: +3/-0
index 8651a98..d2dca20
--- a/cgi-bin/profile.pl
+++ b/cgi-bin/profile.pl
@@ -31,6 +31,9 @@ print <<EOD;
     <td>Favorite Pearl Jam album:</td><td>$profile{pearljam}</td>
   </tr>
   <tr>
+    <td>College:</td><td>$profile{college}</td>
+  </tr>
+  <tr>
     <td>Sex:</td><td>$profile{sex}</td>
   </tr>
 </table>