Re: lsdvd/tcprobe fails?

JD <[email protected]> Sun, 03 May 2009 11:37:21 -0700
Newsgroups gmane.comp.video.dvdrip.user
Message-ID <[email protected]>
I found the reasoon why it did not print the version number of the modules.
It it is because you specified the args 

-e'print "$Glib::VERSION\n"'
-e'print "$AnyEvent::VERSION\n"'
-e'print "$Event::ExecFlow::VERSION\n"'

WITHOUT A SPACE BETWEEN -e and 'print ....

When I inserted the space, I got:
1.200
3.41
0.63

respectively.

Cheers,

JD
 


Jörn Reder wrote:
> JD wrote:
>
>   
>> Attached is file P.out which contains output of
>>   perl -MGlib            -e'print "$Glib::VERSION\n"'
>>   perl -MAnyEvent        -e'print "$AnyEvent::VERSION\n"'
>>   perl -MEvent::ExecFlow -e'print "$Event::ExecFlow::VERSION\n"'
>>   perl -V
>>     
>
> Unfortunately it misses the version numbers of the modules...
>
> Regards,
>
> Jörn
>
>