If you were using strict, Perl would tell you where you go wrong. Add the following as the second line of your script:
use strict;
Don't use an interpolating string then. Use a single quoted string:
print <<'HTML';
You forgot to escape an @.
Also, consider using a proper template instead of inlining HTML into your code. See Template, Mojolicious::Lite or HTML::Template.
In reply to Re: Onkeyup not working
by Corion
in thread Onkeyup not working
by frank1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |