in reply to WWW::Mechanize “use constant xx” gets bareword error

I keep getting a message that bareword “is_perl55” is not allowed when “strict subs” is used.

You should post the full message. It surely sports a file name and line number. If it doesn't, try

use Carp; BEGIN { $SIG{__DIE__} = \&Carp::confess; } use WWW::Mechanize;

which should give you a clue.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'