From a2293a43268c593a8a95d38299057a646f0fb089 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 24 Apr 2000 19:01:24 +0000 Subject: more pod nits (from Larry Virden) p4raw-id: //depot/perl@5939 --- pod/perlsub.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pod/perlsub.pod') diff --git a/pod/perlsub.pod b/pod/perlsub.pod index 46d1a2a2b0..f1b87923ef 100644 --- a/pod/perlsub.pod +++ b/pod/perlsub.pod @@ -154,7 +154,7 @@ of changing them in place: } Notice how this (unprototyped) function doesn't care whether it was -passed real scalars or arrays. Perl sees all arugments as one big, +passed real scalars or arrays. Perl sees all arguments as one big, long, flat parameter list in C<@_>. This is one area where Perl's simple argument-passing style shines. The C function would work perfectly well without changing the C @@ -1270,7 +1270,7 @@ see L. See L for more about references and closures. See L if you'd like to learn about calling C subroutines from Perl. -See L if you'd like to learn about calling PErl subroutines from C. +See L if you'd like to learn about calling Perl subroutines from C. See L to learn about bundling up your functions in separate files. See L to learn what library modules come standard on your system. See L to learn how to make object method calls. -- cgit v1.2.1