System error

error:  Error during compilation of /home/martink/www/htdocs/snowflakes/autohandler:
Unquoted string "martink" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "www" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "htdocs" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "snowflakes" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "cache" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "flakes" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "dat" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
String found where operator expected at /home/martink/www/htdocs/snowflakes/autohandler line 16, near "#line 1 ""
(Missing semicolon on previous line?)
Unmatched right curly bracket at /etc/httpd/mason/mk/obj/2535643978/public/snowflakes/autohandler.obj line 17, at end of line
syntax error at /etc/httpd/mason/mk/obj/2535643978/public/snowflakes/autohandler.obj line 17, near "}"
Unmatched right curly bracket at /etc/httpd/mason/mk/obj/2535643978/public/snowflakes/autohandler.obj line 20, at end of line
syntax error at /etc/httpd/mason/mk/obj/2535643978/public/snowflakes/autohandler.obj line 20, near "}"
syntax error at /home/martink/www/htdocs/snowflakes/autohandler line 112, near "}"
Unknown regexp modifier "/h" at /home/martink/www/htdocs/snowflakes/autohandler line 5, at end of line
Unknown regexp modifier "/e" at /home/martink/www/htdocs/snowflakes/autohandler line 5, at end of line
syntax error at /home/martink/www/htdocs/snowflakes/autohandler line 16, near "#line 1 ""
Unknown regexp modifier "/r" at /home/martink/www/htdocs/snowflakes/autohandler line 16, at end of line
Unknown regexp modifier "/t" at /home/martink/www/htdocs/snowflakes/autohandler line 16, at end of line
/home/martink/www/htdocs/snowflakes/autohandler has too many errors.
context: 
1: 
2:  <%init>
3: 
4:  my $ip = $ENV{REMOTE_ADDR};
5:  if($ip =~ /^35[.]192[.]61) {
6:  $m->clear_buffer;
7:  $m->abort(403);
8:  }
9: 
... 
12:  use Number::Format qw(format_number);
13:  use Time::HiRes qw(gettimeofday);
14: 
15:  my $t0 = [gettimeofday];
16:  my $cache_file = "/home/martink/www/htdocs/snowflakes/cache/flakes.dat";
17:  my $cache = retrieve($cache_file);
18: 
19:  </%init>
20: 
21:  <%method posters>
22:  <%perl>
23:  my $posters = {
24:  1=>{caption=>"Daytime snowflakes", file=>"snowflakes.10000.01", faa=>"snowflake-simulation-martin-krzywinski.html"},
... 
108:  % if ($text) {
109:  &l<%$prefix%>quo;<% $text %>&r<%$prefix%>quo;
110:  % }
111:  <%args>
112:  $text=>undef
113:  $double=>undef
114:  </%args>
115:  </%method>
116: 
... 
code stack:  /usr/local/share/perl5/5.32/HTML/Mason/Interp.pm:450
/usr/local/share/perl5/5.32/HTML/Mason/Interp.pm:773
/usr/local/share/perl5/5.32/HTML/Mason/Component.pm:333
/usr/local/share/perl5/5.32/HTML/Mason/Request.pm:440
raw error






























Error during compilation of /home/martink/www/htdocs/snowflakes/autohandler:
Unquoted string "martink" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "www" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "htdocs" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "snowflakes" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "cache" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "flakes" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
Unquoted string "dat" may clash with future reserved word at /home/martink/www/htdocs/snowflakes/autohandler line 16.
String found where operator expected at /home/martink/www/htdocs/snowflakes/autohandler line 16, near "#line 1 ""
(Missing semicolon on previous line?)
Unmatched right curly bracket at /etc/httpd/mason/mk/obj/2535643978/public/snowflakes/autohandler.obj line 17, at end of line
syntax error at /etc/httpd/mason/mk/obj/2535643978/public/snowflakes/autohandler.obj line 17, near "}"
Unmatched right curly bracket at /etc/httpd/mason/mk/obj/2535643978/public/snowflakes/autohandler.obj line 20, at end of line
syntax error at /etc/httpd/mason/mk/obj/2535643978/public/snowflakes/autohandler.obj line 20, near "}"
syntax error at /home/martink/www/htdocs/snowflakes/autohandler line 112, near "}"
Unknown regexp modifier "/h" at /home/martink/www/htdocs/snowflakes/autohandler line 5, at end of line
Unknown regexp modifier "/e" at /home/martink/www/htdocs/snowflakes/autohandler line 5, at end of line
syntax error at /home/martink/www/htdocs/snowflakes/autohandler line 16, near "#line 1 ""
Unknown regexp modifier "/r" at /home/martink/www/htdocs/snowflakes/autohandler line 16, at end of line
Unknown regexp modifier "/t" at /home/martink/www/htdocs/snowflakes/autohandler line 16, at end of line
/home/martink/www/htdocs/snowflakes/autohandler has too many errors.


Trace begun at /usr/local/share/perl5/5.32/HTML/Mason/Interp.pm line 851
HTML::Mason::Interp::_compilation_error('HTML::Mason::Interp=HASH(0x7f45601f6790)', '/home/martink/www/htdocs/snowflakes/autohandler', 'HTML::Mason::Exception::Compilation=HASH(0x7f45601bb400)') called at /usr/local/share/perl5/5.32/HTML/Mason/Interp.pm line 450
HTML::Mason::Interp::load('HTML::Mason::Interp=HASH(0x7f45601f6790)', '/snowflakes/autohandler') called at /usr/local/share/perl5/5.32/HTML/Mason/Interp.pm line 773
HTML::Mason::Interp::find_comp_upwards('HTML::Mason::Interp=HASH(0x7f45601f6790)', '/snowflakes', 'autohandler') called at /usr/local/share/perl5/5.32/HTML/Mason/Component.pm line 333
HTML::Mason::Component::parent('HTML::Mason::Component::FileBased=HASH(0x7f45601be4f8)') called at /usr/local/share/perl5/5.32/HTML/Mason/Request.pm line 440
eval {...} at /usr/local/share/perl5/5.32/HTML/Mason/Request.pm line 433
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x7f45610fa188)') called at /usr/local/share/perl5/5.32/HTML/Mason/ApacheHandler.pm line 168
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x7f45610fa188)') called at /usr/local/share/perl5/5.32/HTML/Mason/ApacheHandler.pm line 825
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x7f4560970c78)', 'Apache2::RequestRec=SCALAR(0x7f456126e988)') called at (eval 25) line 8
HTML::Mason::ApacheHandler::handler('HTML::Mason::ApacheHandler', 'Apache2::RequestRec=SCALAR(0x7f456126e988)') called at -e line 0
eval {...} at -e line 0