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 can get around the problem by using a temporary variable, but is 
there any other way?  And what's the reason for this?
-- 

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]

Reply via email to