Paste number 28433: | TT doesn't get the reference.. |
Pasted by: | xinming |
When: | 18 years, 4 months ago |
Share: | Tweet this! | http://paste.lisp.org/+LXT |
Channel: | #perl6 |
Paste contents: |
use perl5:Template; my $v = { string => "This is string" }; my $t = Template.new; my $r = $t.process("hello", $v, VAR($v)); $r.say;
This paste has no annotations.