Usage (from the SYNOPSIS)
- You can even use
Acme::MetaSyntactic
from the command line:
~/$ perl -MAcme::MetaSyntactic=batman -le 'print metaname' crash
-M
loads the module.=batman
is converted to batman
andbatman
is passed as an parameter to use Acme::MetaSyntactic
.perldoc perlrun
-M
.