=head1 Runtime Importation
Importing via C<require> also installs names into the current lexical scope by
@@ -188,16 +234,13 @@
 You may also import symbols from the various pseudo-packages listed in S02.
 They behave as if all their symbols are in the C<:ALL> export list:
- use CONTEXT <$IN $OUT $ERR>;
-    require CALLER <$x $y>;
+    CONTEXT defines <$IN $OUT $ERR>;
+    CALLER defines <$x $y>;



Strange... you changed the examples to not be called "require", but left the intro as "Importing via require..." ?

--John

Reply via email to