| .. | |||||
| Count.pm | |||||
| Decompress.pm | |||||
| Include.pm | |||||
| Joe2Jim.pm | |||||
| NewSubst.pm | |||||
| Subst.pm | |||||
| UUdecode.pm |
package
Joe2Jim ;
use Filter::Util::Call ;
use strict ;
use warnings ;
sub import
{
my($type) = @_ ;
filter_add(
sub
{
my($status) ;
s/Joe/Jim/g
if ($status = filter_read()) > 0 ;
$status ;
})
}
1 ;
| .. | |||||
| Count.pm | |||||
| Decompress.pm | |||||
| Include.pm | |||||
| Joe2Jim.pm | |||||
| NewSubst.pm | |||||
| Subst.pm | |||||
| UUdecode.pm |