Paste number 28435: | TT2 continued... |
Pasted by: | xinming |
When: | 18 years, 4 months ago |
Share: | Tweet this! | http://paste.lisp.org/+LXV |
Channel: | #perl6 |
Paste contents: |
use perl5:Template; my $v = { string => "asdfas df asdf " }; my $t = Template.new; my $r; $t.process("hello", $v, VAR($r)); $r.say; # Below is a file named hello [% get string %]
This paste has no annotations.