Undefined subroutine &utf8::is_utf8 called at /var/chroot/home/
content/........./html/cgi/modules/lib/Carp/Heavy.pm line 122.
Compilation failed in require at /var/chroot/home/content/.........//
html/cgi/modules/lib/HTML/Entities.pm line 147.
Compilation failed in require at /var/chroot/home/content/.........//
html/cgi/modules/lib/HTML/TokeParser.pm line 11.
BEGIN failed--compilation aborted at /var/chroot/home/
content/.........//html/cgi/modules/lib/HTML/TokeParser.pm line 11.
Compilation failed in require at /var/chroot/home/content/.........//
html/cgi/cctest.pl line 6.
BEGIN failed--compilation aborted at /var/chroot/home/
content/.........//html/cgi/cctest.pl line 6.
I even tried to upload the modules I am using and still get the error.
I haven't a clue how to resolve it. Here's the script:
#!/usr/bin/perl -T
use lib "/var/chroot/home/content/....../html/cgi/modules/lib";
use warnings;
use LWP::Simple;
use HTML::TokeParser;
use PDF::API2;
use PDF::API2::Simple;
print "Working it.......";
...
...
..
..
..
.
.
.
.
Have you by any chance uploaded Carp/Heavy.pm from 5.8 to a machine
that only has 5.6? That isn't going to work: modules supplied with perl
are not (in general) portable to other versions. If they are, there will
be a version on CPAN, which you should install rather than taking a copy
from your current perl.
Ben
--
I touch the fire and it freezes me, [b...@morrow.me.uk]
I look into it and it's black.
Why can't I feel? My skin should crack and peel---
I want the fire back... BtVS, 'Once More With Feeling'