On May 20, 2005, at 3:45, Tim Martens wrote:
~/usr/local/bin/Markdown.pl
The “~” is shorthand for your home directory. So it does not live in the above path.
by .bash_profile has: export PATH=$PATH:/usr/local/bin:/usr/local/ php5/bin:/usr/sbin
In that case, you should be able to just use “Markdown.pl” w/o the path. Otherwise use: /usr/local/bin/Markdown.pl, i.e. without the tilde.