
tim9925
New User
Sep 2, 2012, 3:59 PM
Post #2 of 4
(981 views)
|
|
[Solved]Re: [tim9925] Can't locate String/ShellQuote.pm in @INC
[In reply to]
|
Can't Post
|
|
I have found the problem. By invoking ./oog2mp3 I was using the defacto interpreter as defined in the shebang line as /usr/bin/perl. When invoking: perl ogg2mp3 I get a response with all modules loaded. /opt/local/bin/perl is the first item in the 'which' path. So, go figure. Don't entirely understand, but I have had similar problems with python.
|