Examples and Howtos
This page may eventually contain example scripts. Its just a placeholder for now.
User Example 1
Someone recently placed this in this web page:
<?print('asdasasasd')?>
It won't work for a couple reasons:
haserl wants to use <% %> syntax these days
the wiki does not allow haserl code to be run
the syntax is for lua, but won't work because it is missing the space after the begining marker tag.
The correct way is:
<% print('asdasasasd') %>
Edit howtos Revision: 21 Updated: 2009-08-26 06:59:47