At 9:12 PM -0700 5/22/02, [EMAIL PROTECTED] wrote: >On Wed, 22 May 2002 13:11:27 -0400 Kee Hinckley said: >> I wrote a routine that takes a reference to %fdat and constructs a >> URL (it temporarily turns $escmode to 0). After a lot of confusion I >> finally figured out why it wasn't working. >> >> This [- foo(\%fdat) -] passes a reference to a hash >> >> This <a href="[- foo(\%fdat) -]"> passes the first element of >> the hash > >I assume you meant <a href="[+ foo (\%fdat) +]"> ?
It doesn't matter to the issue, but actually no. In this case I need to output a URL, which means I need to do my own escaping, which means i need to print to OUT rather than make use of the return value. (Be nice to have a way to get around that.) -- Kee Hinckley - Somewhere.Com, LLC http://consulting.somewhere.com/ I'm not sure which upsets me more: that people are so unwilling to accept responsibility for their own actions, or that they are so eager to regulate everyone else's. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
