On Sat, Jun 20, 2009 at 04:43:58AM -0700, Peter Lavender wrote: > > Hi Everyone, > > Sorry if this isn't the right list to post this question to, but I > have a problem with setting the NYTProf environment variable on > windows 32. > > The reason is the colon in the full path for file=. > > If I want to set it to the current %TEMP% directory is uses c:\temp. > The colon in the file path is the culprit here. NYTProf uses this to > delimit it's various options. > > I'm wondering, can anything be done to work around this on win32?
The 2.10 release (currently on cpan as 2.09_90 dev release) allows colons to be escaped via a backslash, thanks to a patch from Joshua ben Jore. (Though that won't help much if you want to set NYTPROF using another env var like TEMP that contains a colon, or an equals for that matter.) Tim. --~--~---------~--~----~------------~-------~--~----~ You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected] -~----------~----~----~----~------~----~------~--~---
