This patch fixes a minor typo in S02.
-- Douglas Hunter
Index: S02.pod =================================================================== --- S02.pod (revision 8142) +++ S02.pod (working copy) @@ -498,7 +498,7 @@ Ordinary package-qualified names look like in Perl 5: - $Foo::Bar::baz # the $baz variable in package Foo::bar + $Foo::Bar::baz # the $baz variable in package Foo::Bar Sometimes it's clearer to keep the sigil with the variable name, so an alternate way to write this is: