Verwendung (aus der Synopsis)
file: examples/030_ams.pl 1: use Acme::MetaSyntactic qw( batman robin ); 2: 3: # the first loaded theme is the default (here batman) 4: my @names = metaname( 4 ); 5: print join(',',@names),"\n"; 6: 7: print join ',', metabatman(2), metarobin(2);