Skip Menu |

This queue is for tickets about the HTML-Mason CPAN distribution.

Report information
The Basics
Id: 104906
Status: rejected
Priority: 0/
Queue: HTML-Mason

People
Owner: Nobody in particular
Requestors: kes-kes [...] yandex.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Comment '%#' cause syntax error
This construction <& '/lib/xhtml/select', %# name => 'server_id', label => 'Server', name_column => 'hostname', selected => $form{ hpanel }{ id }, rs => $servers &> cause next error: Error during compilation of /www/listeners/dhandler: syntax error at /www/listeners/dhandler line 33, near "%# name" Global symbol "$servers" requires explicit package name at /www/listeners/dhandler line 39.
The <& &> block is included more or less as-is in the Perl code generated from a template. It's contents are not parsed for comments or Perl-lines.