From 3c81428c5fa001df0f0ac7d48bfc483afd5efff5 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Fri, 12 Jan 1996 02:09:11 +0000 Subject: Updates from Tim's -m/-M/-V patch. --- pod/perlrun.pod | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'pod/perlrun.pod') diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 12ccaa8e18..1e1a0cb814 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -131,6 +131,12 @@ your program. runs the script under the Perl debugger. See L. +=item B<-d:foo> + +runs the script under the control of a debugging or tracing module +installed as Devel::foo. E.g., -d:DProf executes the script using the +Devel::DProf profiler. See L. + =item B<-D>I =item B<-D>I @@ -240,6 +246,15 @@ separator if the B<-l> switch is followed by a B<-0> switch: This sets $\ to newline and then sets $/ to the null character. +=item B<-M>I + +executes C I C<;> before executing your script. You can +also do C<-M'Foo qw(Bar Baz)'>. + +=item B<-m>I + +executes C I C<();> before executing your script. + =item B<-n> causes Perl to assume the following loop around your script, which @@ -358,6 +373,15 @@ warnings. prints the version and patchlevel of your Perl executable. +=item B<-V> + +prints summary of the major perl configuration values and the current +value of @INC. + +=item B<-V:name> + +Prints to STDOUT the value of the named configuration variable. + =item B<-w> prints warnings about identifiers that are mentioned only once, and -- cgit v1.2.1