Guest User

Untitled

a guest
May 27th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. use strict;
  2. use Text::MicroTemplate qw(render_mt);
  3.  
  4. print render_mt(<<'END');
  5. ? if(1) {
  6. Foo!
  7. ? } # end if
  8. END
Add Comment
Please, Sign In to add comment