On Tue, Dec 23, 2008 at 10:51 PM, Michael R. Wolf <span dir="ltr">&lt;<a href="mailto:michaelrwolf@att.net">michaelrwolf@att.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
t/taint....Can&#39;t open perl script &quot;&quot;-I/Users/michael/Library/Application Support/.cpan/build/File-Path-2.07-oawBVl/blib/lib&quot;&quot;: No such file or directory<br>
</blockquote><div><br>It looks like the argument gets enclosed in double quotes because of the space in the path name.&nbsp; But Perl is seeing an argument with the quotes included and so the quotes are preventing the (no-longer) leading -I from being recognized as indicating an option (instead of a script filename).&nbsp; It smells like some Win32-handling code being used when real exec() is available (since OS X is Unix-based)?<br>
<br></div></div>As for your fishing question, I&#39;d go to <a href="http://www.perlmonks.org/?node=SoPW">http://www.perlmonks.org/?node=SoPW</a> for such questions.&nbsp; We don&#39;t get a ton of OS X questions, but we certainly have several regulars who use OS X, and I&#39;d appreciate learning more about OS X by virtue of reading more discussions about using Perl on it.<br>
<br>Tye<br>