Help for this page
#!/usr/bin/env perl use warnings; ... $dispatch{foo}->("Perl"); $dispatch{bar}->("!");
#!/usr/bin/env python3 ... dispatch["foo"]("Perl") dispatch["bar"]("!")