Perlcc.bat seems to difficult at this stage and thus I tried
simplifying it.

My platform:  Windows 2000 or XP
My Perl: v5.6.0 built for MSWin32-x86-multi-thread
Binary build 618

z.pl:
  use strict;
  my $ans=3*12;
  print "3x12=$ans\n";

What I tried:
 perl -MO=c z.pl
The results:
 Undefined subroutine &B::c::compile called at C:/perl/lib/o.pm line 11
 BEGIN failed--compilation aborted.

Any ideas? I think I am getting closer....

Joe




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to