use Filter::Self 1, 2, 3; my $s = '.hello("world")'; for ($s) { Filter::Self::filter(); print "$_\n"; }