Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

questions about CGI::Perljax.pm

Status
Not open for further replies.

lcs01

Programmer
Aug 2, 2006
182
US
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.
 
5.6 is pretty old, try upgrading to 5.8 and see if that helps.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top