Is there a way that I can use XMLSubs inside strings (it comes in useful
when I have to generate output that is not meant to be printed
immediately, such as when using Net::SMTP to send an e-mail message)?
This script will work:
<my:h1>Hello</my:h1>
but this will cause an error of "String found where operator expected":
print "<my:h1>Hello</my:h1>";
-Philip Mak ([EMAIL PROTECTED])
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]