Example OO Style
Example OO Style
#!/usr/bin/perluse CGI;$q = new CGI;print $q->header(), $q->start_html('Object Oriented'), $q->h1('Object Oriented');if ($q->param) { print "Your name is ", $q->param('name');}
Previous slide
Next slide
Back to the first slide
View Graphic Version