On 01/02/06, Dirk Koopman <djk at tobit.co.uk> wrote:
> My brain is failing me. Is there some incantation (probably including
> {}) that allows one to do something like:
>
> print "This is $syiq->UNIQID";
warn "Ugly code follows:";
print "This is ${\( $syiq->UNIQID )}\n";
Iain