Just a guess, but you're referencing one of those paths from within the perl script, correct? In general, *nix scripts don't like spaces in paths/filenames, so most likely you just need to escape the space in the path.
~/Library/Application\ Support/TextMate/ /Users/tim/Library/Application\ Support/TextMate/
Alternatively, you can probably wrap the path in quotes (either type should do, unless you've got variables embedded, in which case you'll want to use doublequotes).
-b3
(And yes, you're corect, the ~ should expand to your full home directory path =) )
On Fri, 22 Oct 2004 00:13:46 -1000, Timothy Martens timfm@hawaii.rr.com wrote:
i'm not sure when it happenend, but it sopped working, so I plopped a copy of Markdown.pl in:
~/Library/Application Support/TextMate/
which is same as:
/Users/tim/Library/Application Support/TextMate/
yes?
and now I get:
Base URL: file:///Users/tim/Documents/projects/GTD/waitingOn
/bin/sh: line 1: /Users/tim/Library/Application: No such file or directory
help???
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/mailman/listinfo/textmate