Skip to content

Instantly share code, notes, and snippets.

@kalkin
Created March 9, 2016 13:04
Show Gist options
  • Save kalkin/b8eb3ad267da097914e0 to your computer and use it in GitHub Desktop.
Save kalkin/b8eb3ad267da097914e0 to your computer and use it in GitHub Desktop.
use v6;
use Inline::Perl5;
use Text::Haml:from<Perl5>;
my $haml = Text::Haml.new;
my $html = $haml.render_file('index.haml');
say $html;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment