B
B H
Trying to use an "old" script which I have not written myself. It has worked
previously
under installation on other machines (with possible older versions of Perl).
The problem is that I do not remember all the modules I loaded and which
modifications I
did in order to make it work last time.
I have used CPAN and made and installed URI (at least I think I did it), but
I do not
know if this is enough.
I still get the following error:
===
Undefined subroutine &URI::URL called at /home/c4n/bin/<scriptname> line
488.
Line 488:
my $urlobj = new URI::URL( $values[$i], $self->{'url'} );
===
I am not experienced in Perl, so maybe the error is obvious. But now I am
tired of banging my head against the wall.
Could there be problems related to a possible change of version of Perl
since
I last used this script?
Can I have done something wrong during CPAN-download ( I did make, test
and install)?
Something else?
Borge
previously
under installation on other machines (with possible older versions of Perl).
The problem is that I do not remember all the modules I loaded and which
modifications I
did in order to make it work last time.
I have used CPAN and made and installed URI (at least I think I did it), but
I do not
know if this is enough.
I still get the following error:
===
Undefined subroutine &URI::URL called at /home/c4n/bin/<scriptname> line
488.
Line 488:
my $urlobj = new URI::URL( $values[$i], $self->{'url'} );
===
I am not experienced in Perl, so maybe the error is obvious. But now I am
tired of banging my head against the wall.
Could there be problems related to a possible change of version of Perl
since
I last used this script?
Can I have done something wrong during CPAN-download ( I did make, test
and install)?
Something else?
Borge