I am trying to use the Perl debugger using the command perl -w -d
grabstock.pl on a script that has run everyday for me I get the following
error message:.
perl -w -d grabstock.pl
&Config::AUTOLOAD failed on Config::launcher at F:/Perl/lib/Config.pm line
72.
Compilation failed in require.
at grabstock.pl line 0
main::BEGIN() called at F:/Perl/lib/perl5db.pl line 0
eval {...} called at F:/Perl/lib/perl5db.pl line 0
BEGIN failed--compilation aborted.
at grabstock.pl line 0
The Config.pm file at line 72 is:
sub AUTOLOAD {
my $config_heavy = 'Config_heavy.pl';
if (defined &ActivePerl::_CONFIG_HEAVY) {
$config_heavy = ActivePerl::_CONFIG_HEAVY();
}
require $config_heavy;
goto \&launcher unless $Config::AUTOLOAD =~ /launcher$/;
die "&Config::AUTOLOAD failed on $Config::AUTOLOAD";
=============> this is line 72
}
I am at a loss to know what to do mext.
I have searched to no avail for the error message on the web, at
ActiveState, etc.
Please provide some comments or resources or even some clues as to what is
going on.
Thank you.
Frank
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.17/661 - Release Date: 1/30/2007
11:30 PM
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs