diff options
author | brian d foy <bdfoy@cpan.org> | 2010-01-13 16:29:30 +0100 |
---|---|---|
committer | brian d foy <bdfoy@cpan.org> | 2010-01-13 16:29:30 +0100 |
commit | 8d2e243f5816f9d2c4247f962523e4220e4a9ce8 (patch) | |
tree | 0bf3370d386eaeb7d1637928f8aa84853b956c43 /pod/perlfaq7.pod | |
parent | 3b10bc60979cfe9ad677ef795a35603768200ad6 (diff) | |
download | perl-8d2e243f5816f9d2c4247f962523e4220e4a9ce8.tar.gz |
* FAQ sync for Perl 5.12 release candidate
This is commit cfc60b072536b6232cec8a3a3551c8bdf3c3eefd from the
perlfaq repository at git@github.com:briandfoy/perlfaq.git
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r-- | pod/perlfaq7.pod | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index a74ff1f9a4..1cc32c20e1 100644 --- a/pod/perlfaq7.pod +++ b/pod/perlfaq7.pod @@ -656,7 +656,7 @@ see L<perltoot/"Overridden Methods">. Calling a subroutine as C<&foo> with no trailing parentheses ignores the prototype of C<foo> and passes it the current value of the argument list, C<@_>. Here's an example; the C<bar> subroutine calls C<&foo>, -which prints its argument list: +which prints what its arguments list: sub bar { &foo } @@ -1054,17 +1054,9 @@ If you get a message like "perl: command not found", perl is not in your PATH, which might also mean that the location of perl is not where you expect it so you need to adjust your shebang line. -=head1 REVISION - -Revision: $Revision$ - -Date: $Date$ - -See L<perlfaq> for source control details and availability. - =head1 AUTHOR AND COPYRIGHT -Copyright (c) 1997-2009 Tom Christiansen, Nathan Torkington, and +Copyright (c) 1997-2010 Tom Christiansen, Nathan Torkington, and other authors as noted. All rights reserved. This documentation is free; you can redistribute it and/or modify it |