KES777 / mojo

Mojolicious - Perl real-time web framework
http://mojolicio.us
Artistic License 2.0
0 stars 0 forks source link

Includes spoils global namespace #35

Closed KES777 closed 6 years ago

KES777 commented 6 years ago

Includes spoils global namespace:

%= include xxx,  a => 1
%= include xxx,  b => 1

The template:

@@ xxx.html.ep
%= $a .$b

will render:

1
11
KES777 commented 6 years ago

testcase include.t.txt