Frank Blendinger wrote:
> % perl -e 'use warnings; use strict; use Audio::MPD q{0.19.0}; my 
> $a=Audio::MPD->new(conntype => $REUSE)'
> Global symbol "$REUSE" requires explicit package name at -e line 1.
> Execution of -e aborted due to compilation errors.
> % /usr/bin/perl -e 'use warnings; use strict; BEGIN 
> {...@inc=("/usr/share/perl5", "/usr/lib/perl5", "/usr/share/perl/5.10.0", 
> "/usr/lib/perl/5.10.0")}; use Audio::MPD q{0.19.0}; my
> % $a=Audio::MPD->new(conntype => $REUSE)'
> Global symbol "$REUSE" requires explicit package name at -e line 1.
> Execution of -e aborted due to compilation errors.

Please strace one of the above and send me the strace output.

How about:

perl -e 'use warnings; use strict; use Audio::MPD q{0.19.0}; my 
$a=Audio::MPD->new(conntype => $Audio::MPD::REUSE)'

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to