I am learning ajax and perljax. I tried to install perljax in one my company's linux server but failed.
Here is the error message:
% make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/001_load....# Failed test (t/001_load.t at line 7)
# Tried to use 'Class::Accessor'.
# Error: Can't locate Class/Accessor.pm in @INC (@INC contains: ...Omitted...) at (eval 1) line 2.
What could cause this error? Is it because the perl version is too old (It is perl 5.6)? If not, how to resolve this problem? Is it because some modules missing that perljax.pm dependent on?
In addition, is it still possible to use ajax talk to perl code w/o using perljax.pm? If so, where can I find some sample codes (all the sample codes I found online is either calling asp or php)?
Thank you for you help.
Here is the error message:
% make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/001_load....# Failed test (t/001_load.t at line 7)
# Tried to use 'Class::Accessor'.
# Error: Can't locate Class/Accessor.pm in @INC (@INC contains: ...Omitted...) at (eval 1) line 2.
What could cause this error? Is it because the perl version is too old (It is perl 5.6)? If not, how to resolve this problem? Is it because some modules missing that perljax.pm dependent on?
In addition, is it still possible to use ajax talk to perl code w/o using perljax.pm? If so, where can I find some sample codes (all the sample codes I found online is either calling asp or php)?
Thank you for you help.