X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfilter.pod;h=0103f8cfa3180da479ec0863bdd09a4aecb189b3;hb=83272a45226e83bd136d713158e9b44ace2dbc8d;hp=4327809ec95a6ecc81d249ce34cbae5e773e422a;hpb=0e06870bf080a38cda51c06c6612359afc2334e1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfilter.pod b/pod/perlfilter.pod index 4327809..0103f8c 100644 --- a/pod/perlfilter.pod +++ b/pod/perlfilter.pod @@ -527,7 +527,7 @@ blocks get included. Once you can identify individual blocks, try allowing them to be nested. That isn't difficult either. -Here is a interesting idea that doesn't involve the Debug filter. +Here is an interesting idea that doesn't involve the Debug filter. Currently Perl subroutines have fairly limited support for formal parameter lists. You can specify the number of parameters and their type, but you still have to manually take them out of the C<@_> array @@ -557,6 +557,11 @@ The Source Filters distribution is available on CPAN, in CPAN/modules/by-module/Filter +Starting from Perl 5.8 Filter::Util::Call (the core part of the +Source Filters distribution) is part of the standard Perl distribution. +Also included is a friendlier interface called Filter::Simple, by +Damian Conway. + =head1 AUTHOR Paul Marquess EPaul.Marquess@btinternet.comE