my $js = <<'__JS__'; (function(){ function myFunction() { alert("Hello World!"); } myFunction(); })(); __JS__