The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[% USE TwoStage = TwoStage;
   TwoStage.purge;
   BLOCK test_unicode; %]Hällo Germany!
[% END;
   void = TwoStage.process( 'template' => 'test_unicode' );
   TwoStage.process( 'template' => 'test_unicode' ); # we want the precompiled version from disk
   TwoStage.purge;
%]