http://www.perlmonks.org?node_id=852606


in reply to Re^4: mod_perl bareword error
in thread mod_perl bareword error

Shot in the dark, remove the most magical module you are using. In this case, comment out "use Data::Alias;" and any uses of it and see if the problem goes away or changes.

%cookie=$query->cookie('app');

The original error looked to me like a problem with out-of-sync quotes. And the only mention of "app" in your code is right after a quote character. You might try shifting some quotes around.

- tye        

Replies are listed 'Best First'.
Re^6: mod_perl bareword error (stabs)
by sflitman (Hermit) on Aug 05, 2010 at 04:33 UTC
    Appreciated! Data::Alias is pretty magical, but my purpose with it was kind of lame. Without it, haven't seen the error. You are a brilliant person with much scintillations about you, thanks.
    May I ask what motivated your insight? Other than vasty experience, of course.

    SSF