The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file tests the insert macro

# define a variable with an arbitrary name
!define varname "abc"
!insert "define " . &Var("varname") . " 'hello world'"
Variable varname is [[varname]].
Variable abc is [[abc]].