in reply to What's the best way to put perl code in config file?
'Actions'=> [ "print \"hello world\";", ] [download]
'Actions'=> sub { print "hello world"; ...; } [download]
Dave.