in reply to Unusual Behavior in Interpolative Context
I used to do this but then I started to think it rather ugly and started using printf and sprintf instead:print "@{ [ $root->getNodeName ] }\n";
because I think it's prettier.printf "%s\n", $root->getNodeName;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Unusual Behavior in Interpolative Context
by sierrathedog04 (Hermit) on Feb 01, 2001 at 20:00 UTC | |
by chromatic (Archbishop) on Feb 04, 2001 at 11:01 UTC |