diff --git a/pod/perlrun.pod b/pod/perlrun.pod index e880d70d99c3..2afdaf04ba9f 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -694,11 +694,11 @@ X<-m> X<-M> =item B<-[mM]>[B<->]I -B<-m>I executes C I C<();> before executing your +B<-m>I executes S ();>> before executing your program. This loads the module, but does not call its C method, so does not import subroutines and does not give effect to a pragma. -B<-M>I executes C I C<;> before executing your +B<-M>I executes S;>> before executing your program. This loads the module and calls its C method, causing the module to have its default effect, typically importing subroutines or giving effect to a pragma.