[rt-users] strange $RT::WebPath results
    Smylers 
    smylers at gbdirect.co.uk
       
    Wed Jun  5 05:45:19 EDT 2002
    
    
  
Yesterday David Chu wrote:
> Below is code from ShowTransaction that I have modified.
>       "[<a href=\"" . <% $RT::WebPath %> . "/Ticket/Update.html?id=".
The <% ... %> tags in HTML::Mason denote evaluating a Perl expression in
the middle of some HTML.  Since you are already in Perl code when the
above line is being executed, so you don't want them.
Smylers
-- 
GBdirect
http://www.gbdirect.co.uk/
    
    
More information about the rt-users
mailing list