I'd like to be able to avoid writing code like this:
<% $bar->{url_target} qq{target="$bar->{url_target}"} : '' %>
and instead:
<% qq{target="$bar->{url_target}"} if $bar->{url_target}  %>

though as I write this email I see I'm not saving much typing...

Anyway, what do people do?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to