On Mon, Dec 5, 2016 at 10:43 AM, Charlie Brady <
[email protected]> wrote:

> use Mojolicious::Plugin::Mount;
>

You shouldn't need this.


> plugin Mount => {'/server-manager/cgi-bin/syslog' => './syslog'};
> plugin Mount => {'/server-manager/cgi-bin/systeminformation' =>
> './systeminformation'};
>

It looks like all of the "syntax errors" are in syslog.  What if you
comment that one out and let it just mount systeminformation?

It sure is weird that syslog runs fine by itself but causes syntax errors
when mounted.  I can't imagine how that could be!  "my variable masks
earlier declaration"...  Is it getting mounted more than once?  It has
syntax errors with the Mojolicious methods get and post and helper...

Surely there's just something tiny that's being overlooked!  :O

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to