http://qs321.pair.com?node_id=804232

bichonfrise74 has asked for the wisdom of the Perl Monks concerning the following question:

I'm looking at the module B::Deparse and the usage looks like this.
perl -MO=Deparse <perl program>
The "O=Deparse" throws me off, shouldn't it be "B::Deparse"? Well, I tried to use
perl -MB::Deparse <perl program>
but obviously it didn't work.

Does anyone know what the O=Deparse means or why it is not using "B::Deparse"?