Help for this page
my %allowed_text_code = ( '$\\alpha$' => 'α', ... open(my $fh, '>', 'temp.html') or die; print $fh ("$text\n");