From 353c650532037e4006fbdb2176350717f320f7c3 Mon Sep 17 00:00:00 2001 From: David Landgren Date: Fri, 28 Sep 2007 22:42:56 +0200 Subject: POD cleanups Message-ID: <46FD4B30.9070802@landgren.net> p4raw-id: //depot/perl@32026 --- pod/perlembed.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pod/perlembed.pod') diff --git a/pod/perlembed.pod b/pod/perlembed.pod index 41028f879e..f4b13a3af3 100644 --- a/pod/perlembed.pod +++ b/pod/perlembed.pod @@ -173,7 +173,7 @@ information you may find useful. In a sense, perl (the C program) is a good example of embedding Perl (the language), so I'll demonstrate embedding with I, -included in the source distribution. Here's a bastardized, nonportable +included in the source distribution. Here's a bastardized, non-portable version of I containing the essentials of embedding: #include /* from the Perl distribution */ @@ -352,7 +352,7 @@ I to create a string: a = Just Another Perl Hacker In the example above, we've created a global variable to temporarily -store the computed value of our eval'd expression. It is also +store the computed value of our eval'ed expression. It is also possible and in most cases a better strategy to fetch the return value from I instead. Example: -- cgit v1.2.1