When I try to compile my Perl script, I receive this error:
perl -MO=Bytecode,-H,-o"Plus1"c "Plus1"
Can't locate B/Bytecode.pm in @INC (@INC
contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 1) line 18.
BEGIN failed--compilation aborted at (eval 1) line 18.
BEGIN failed--compilation aborted.
I have Linux Ubuntu 8.10 on my PC.
Can you help me, please?
Thanks in advance.
IIRC that command doesn't work for Perl 5.10, sorry. We changed the default in the development version to:
perl -c %f
Try changing the Compile command for Perl to that.
Oops, to be precise it should be:
perl -cw "%f"
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).