Note that there are some explanatory texts on larger screens.

plurals
  1. POPerl 5.14.2-7u21deb - Error with ConfigLocal.pm (Number found where operator expected)
    text
    copied!<p>i've been expiriencing a strange issue and can't figure out the cause.</p> <p>I'm trying to check an ESXi Host with the Nagiosplugin check_esx3</p> <p>Whenever i call the script, i get a proper return, but right before i get the Error as follows:</p> <pre><code>Number found where operator expected at /usr/local/lib/perl/5.14.2/Encode/ConfigLocal.pm line 13, near "$_ModLines_ 1" (Missing semicolon on previous line?) </code></pre> <p>Since any other interaction with Perl runs into same scenario, it migt be something at the very basic. Unluckily im not tat familiar with Perl.</p> <p>Trying to call "enc2xs -C" i get :</p> <pre><code>Number found where operator expected at /usr/local/lib/perl/5.14.2/Encode/ConfigLocal.pm line 13, near "$_ModLines_ 1" (Missing semicolon on previous line?) require Encode; require Encode; require Encode::Symbol; require Encode::Byte; require Encode::Config; require Encode::Encoder; require Encode::EBCDIC; require Encode::Alias; require Encode::ConfigLocal; Can't require Encode::ConfigLocal: Attempt to reload Encode/ConfigLocal.pm aborted. Compilation failed in require at (eval 16) line 1. </code></pre> <p>Content of /usr/local/lib/perl/5.14.2/Encode/ConfigLocal.pm :</p> <pre><code> # # Local demand-load module list # # You should not edit this file by hand! use "enc2xs -C" # package Encode::ConfigLocal; our $VERSION = $_LocalVer_; use strict; $_ModLines_ 1; </code></pre> <p>Perlversion info:</p> <pre><code> Built under linux Compiled at Sep 30 2013 03:45:34 %ENV: PERL_LWP_SSL_VERIFY_HOSTNAME="0" @INC: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload