package Lingua::Perl::Espanol; use Filter::Simple FILTER_ONLY code_no_comments => sub { s/push/empuja/g; s/use/usa/g; #... }; 1;