On Sun, Aug 16, 2009 at 3:26 PM, Damian Conway<[email protected]> wrote: > * The DOC statement prefix constrains any block to which it is applied > (including BEGIN, CHECK, INIT and similar) to run only if -doc is > specified on the commandline > > * You can tell if you're running under -doc by checking $?DOC
Does this mean I can run code on some other machine when someone on that machine reads my documentation? Kyle.
