From b28fe7caf78b8f342c134fce9354b964f9e5f8cd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 27 Sep 2012 10:03:13 -0500 Subject: [PATCH] move perlrun to a more prominent place in perl.pod the list of command line options in the synopsis is really not very useful without knowing what they mean, and listing perlrun way down in the table of contents doesn't make it very easy to figure out what they mean. --- pod/perl.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod/perl.pod b/pod/perl.pod index e45c9cd..fa0a7f9 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -15,6 +15,8 @@ B S<[ B<-sTtuUWX> ]> S<[ B<-i>[I] ]> S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I ] [ I ]...> +For more information on these options, you can run C. + =head1 GETTING HELP The F program gives you access to all the documentation that comes @@ -50,6 +52,7 @@ aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp perl Perl overview (this section) perlintro Perl introduction for beginners + perlrun Perl execution and options perltoc Perl documentation table of contents =head2 Tutorials @@ -94,7 +97,6 @@ aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp perlpod Perl plain old documentation perlpodspec Perl plain old documentation format specification perlpodstyle Perl POD style guide - perlrun Perl execution and options perldiag Perl diagnostic messages perllexwarn Perl warnings and their control perldebug Perl debugging -- 2.7.4