=item B<-src>
-With this option, the rendering will print the 1st line of source code
-that generates the following sequence of opcodes that comprise the
-statement. For example:
+With this option, the rendering of each statement (starting with the
+nextstate OP) will be preceded by the 1st line of source code that
+generates it. For example:
1 <0> enter
# 1: my $i;
b <$> const[PV "line "] s
c <@> print vK
# 5: print "$i\n";
+ ...
=back
that these modules should be removed, since the distribution became rather
large, and the common criterion for new module additions is now limited to
modules that help to build, test, and extend perl itself. Furthermore,
-the CPAN (which didn't exist by the time of Perl 5.0) can become a new
-home dropped modules. Dropping modules is currently not an option, but
+the CPAN (which didn't exist at the time of Perl 5.0) can become the new
+home of dropped modules. Dropping modules is currently not an option, but
further developments may clear the last barriers.
=item dweomer