Re: using $ in petal
Bruno Postle <[email protected]> Mon, 03 Apr 2006 12:49:01 +0100
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
Jonathan Vanasco wrote: > > Are there any known workarounds? I can't seem to figure out any way to > put the string $abc into a document Not so elegant, but this should work: <span>$</span>abc Escaping as \$ ought to be ok. This would be a good thing to fix. -- Bruno