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);
~/examples$ perl 030_ams.pl
bap,bam,bang_eth,boff
zapeth,sploosh,holy_hostage,holy_ghost_writer
Hier wird's interessant.
metaname
wird wie gehabt exportiert.
Aber zus�tzlich werden auch die Funktionen metabatman
und metarobin
exportiert.