diff options
author | Larry W. Virden <lvirden@cas.org> | 1997-06-11 12:00:00 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-06-11 12:00:00 +1200 |
commit | 2ceaccd71c2e15067691ff5d6509bed0b81708ee (patch) | |
tree | b506fb488e6c00f5287f100ef8b929db2fe144de /vms/perlvms.pod | |
parent | 64a2d3c93b97214cc31124cb3319ba08995b1da1 (diff) | |
download | perl-2ceaccd71c2e15067691ff5d6509bed0b81708ee.tar.gz |
misc perl5.004 doc fixes
here are a few doc changes that fix a few typos, etc.
p5p-msgid: 199705160419.AAA16317@cas.org
Diffstat (limited to 'vms/perlvms.pod')
-rw-r--r-- | vms/perlvms.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/perlvms.pod b/vms/perlvms.pod index 5f9e91f635..c599e5834c 100644 --- a/vms/perlvms.pod +++ b/vms/perlvms.pod @@ -58,7 +58,7 @@ define a foreign command to invoke this image. Perl extensions are packages which provide both XS and Perl code to add new functionality to perl. (XS is a meta-language which simplifies writing C code which interacts with Perl, see -L<perlapi> for more details.) The Perl code for an +L<perlxs> for more details.) The Perl code for an extension is treated like any other library module - it's made available in your script through the appropriate C<use> or C<require> statement, and usually defines a Perl |