with
with braces
[% with x=100, z=300 { "x is $x\n" "y is " ~ y ~ "\n" "z is " z "\n" } %] --EOF--look inside...
Thus Spake Andy:
Here's the same thing with braces.
with
with braces[% with x=100, z=300 { "x is $x\n" "y is " ~ y ~ "\n" "z is " z "\n" } %] --EOF--look inside...
Here's the same thing with braces.