diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-09-20 15:08:33 +0100 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-20 15:08:33 +0100 |
commit | 184e971831b273a4209000a9990327c3ea67e866 (patch) | |
tree | 4d6ac6b99c1907585bfe284ff6c2d882fa5db009 /pod/perlembed.pod | |
parent | 9c3bb3dec7e8cf606ffb42be143f70853f7d31a1 (diff) | |
download | perl-184e971831b273a4209000a9990327c3ea67e866.tar.gz |
perl 5.003_06: pod/perlcall.pod pod/perldata.pod pod/perldebug.pod pod/perlembed.pod pod/perlfunc.pod pod/perlipc.pod pod/perlpod.pod pod/perlref.pod pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod pod/perlxstut.pod
Date: Wed, 11 Sep 1996 11:55:18 -0500
From: "Daniel S. Lewart" <lewart@vadds.cvm.uiuc.edu>
Subject: POD spelling patches
Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST)
From: "Joseph S. Myers" <jsm28@hermes.cam.ac.uk>
Subject: Pod typos, pod2man bugs, and miscellaneous installation comments
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
Diffstat (limited to 'pod/perlembed.pod')
-rw-r--r-- | pod/perlembed.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlembed.pod b/pod/perlembed.pod index 646cd670a1..d636a151f4 100644 --- a/pod/perlembed.pod +++ b/pod/perlembed.pod @@ -16,12 +16,12 @@ Read L<perlcall> and L<perlxs>. =item B<Use a UNIX program from Perl?> -Read about backquotes and L<perlfunc/system> and L<perlfunc/exec>. +Read about backquotes and about C<system> and C<exec> in L<perlfunc>. =item B<Use Perl from Perl?> -Read about L<perlfunc/do> and L<perlfunc/eval> and L<perlmod/use> -and L<perlmod/require>. +Read about C<do> and C<eval> in L<perlfunc> and C<use> +and C<require> in L<perlmod>. =item B<Use C from C?> @@ -226,7 +226,7 @@ L<Fiddling with the Perl stack from your C program> =head2 Evaluating a Perl statement from your C program NOTE: This section, and the next, employ some very brittle techniques -for evaluting strings of Perl code. Perl 5.002 contains some nifty +for evaluating strings of Perl code. Perl 5.002 contains some nifty features that enable A Better Way (such as with L<perlguts/perl_eval_sv>). Look for updates to this document soon. |