Pointing out where to find OOP tutorials. __BEGIN__ --- perl-current.orig/pod/perlbot.pod Mon Apr 21 10:50:06 2003 +++ perl-current/pod/perlbot.pod Tue Apr 22 10:52:53 2003 @@ -10,7 +10,8 @@ consult relevant textbooks for discussion of Object Oriented definitions and methodology. This is not intended as a tutorial for object-oriented programming or as a comprehensive guide to Perl's object oriented features, -nor should it be construed as a style guide. +nor should it be construed as a style guide. If you're looking for tutorials, +be sure to read L<perlboot>, L<perltoot>, and L<perltooc>. The Perl motto still holds: There's more than one way to do it. @@ -525,3 +526,9 @@ tie %foo, "Mydbm", "adbm", O_RDWR|O_CREAT, 0640; $foo{'bar'} = 123; print "foo-bar = $foo{'bar'}\n"; + +=HEAD1 SEE ALSO + +L<perlboot>, +L<perltoot>, +L<perltooc>. __END__ Casey West -- Shooting yourself in the foot with Windows 3.1 Double click the gun icon and wait. Eventually a window opens giving a selection for guns, target areas, plus balloon help with medical remedies, and assorted sound effects. Click "shoot" button and a small box appears with note "Unable to open Shoot.dll, check that path is correct."Thread Previous | Thread Next