JupiterHost.Net wrote:

Hello group,

In my meandering with Perl's guts via the B modules I've com across these three B::Bytecode module docs:

 http://www.xav.com/perl/lib/B/Bytecode.html
 http://rootr.net/man/man/B::Bytecode/3p
 http://search.cpan.org/~nwclark/perl-5.8.5/ext/B/B/Bytecode.pm

Besides the options being different does anyone know what versions the ones not on cpan are? (I ask because not all the options work on mine...)


And by "not all options work on mine" I mean they're not recognized:

 $ /usr/bin/perl -MO=Bytecode,-H,-O1,-ofoox -e 'print "HI\n";'
 Bytecode.pm: Ignoring '-O1' option
 -e syntax OK
 $

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to