I'm trying to get TextMate to open some html returned from a perl script with little success.
If I create a new command and type:
echo "<html> ....etc ....etc </html>"
with the Output set to show as HTML everything works fine. However with the results from the perl script nothing happens. The command simply reads:
$TM_BUNDLE_PATH/Tools/returnHtml.pl
When the output is set to "Open as new document" or "Show in separate window" I get to see the raw html without any trouble.
I've check other bundles for examples and searched the archives but can't see where I'm going wrong, can anyone help?
Cheers, Simon