$plugins = { b => sub { my $data = uc($_[1]); "b$data/b" }, d => sub { my $data = uc($_[1]); "d$data/d" } };