p4raw-id: //depot/perl@32073
our($VERSION, @ISA, @EXPORT_OK);
-$VERSION = "1.10";
+$VERSION = "1.11";
use Carp;
use Exporter ();
shmctl shmget shmread shmwrite
+=item :load
+
+This tag holds opcodes related to loading modules and getting information
+about calling environment and args.
+
+ require dofile
+ caller
+
=item :still_to_be_decided
chdir
pack unpack -- can be used to create/use memory pointers
entereval -- can be used to hide code from initial compile
- require dofile
-
- caller -- get info about calling environment and args
reset